This
page
is
part
of
the
FHIR
Specification
(v4.0.1:
R4
(v5.0.0:
R5
-
Mixed
Normative
and
STU
)
).
This
is
the
current
published
version
in
it's
permanent
home
(it
will
always
be
available
at
this
URL).
The
current
version
which
supercedes
this
version
is
5.0.0
.
For
a
full
list
of
available
versions,
see
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R4
R3
Coverage-example-ehic.ttl
Example
Coverage/7547E
(Turtle)
Raw
Turtle
(+
also
see
Turtle/RDF
Format
Specification
)
European
Health
Insurance
Card
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Coverage/7547E> a fhir:Coverage;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "7547E"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">A human-readable rendering of the European Health Insurance Card</div>"
];
fhir:Coverage.identifier [
fhir:index 0;
fhir:Identifier.system [ fhir:value "http://ehic.com/insurer/123456789/member" ];
fhir:Identifier.value [ fhir:value "A123456780" ]
];
fhir:Coverage.status [ fhir:value "active"];
fhir:Coverage.type [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ];
fhir:Coding.code [ fhir:value "EHCPOL" ];
fhir:Coding.display [ fhir:value "extended healthcare" ]
]
];
fhir:Coverage.subscriber [
fhir:link <http://hl7.org/fhir/Patient/5>;
fhir:Reference.reference [ fhir:value "Patient/5" ]
];
fhir:Coverage.beneficiary [
fhir:link <http://hl7.org/fhir/Patient/5>;
fhir:Reference.reference [ fhir:value "Patient/5" ]
];
fhir:Coverage.relationship [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.code [ fhir:value "self" ]
]
];
fhir:Coverage.period [
fhir:Period.end [ fhir:value "2012-03-17"^^xsd:date ]
];
fhir:Coverage.payor [
fhir:index 0;
fhir:Reference.identifier [
fhir:Identifier.system [ fhir:value "http://ehic.com/insurer" ];
fhir:Identifier.value [ fhir:value "123456789" ]
[a fhir:Coverage ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "7547E"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">A human-readable rendering of the European Health Insurance Card</div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://ehic.com/insurer/123456789/member"^^xsd:anyURI ] ;
fhir:value [ fhir:v "A123456780" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:kind [ fhir:v "insurance"] ; #
fhir:type [
fhir:coding ( [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "EHCPOL" ] ;
fhir:display [ fhir:v "extended healthcare" ]
] )
] ; #
fhir:subscriber [
fhir:reference [ fhir:v "Patient/5" ]
] ; #
fhir:beneficiary [
fhir:reference [ fhir:v "Patient/5" ]
] ; #
fhir:relationship [
fhir:coding ( [
fhir:code [ fhir:v "self" ]
] )
] ; #
fhir:period [
fhir:end [ fhir:v "2012-03-17"^^xsd:date ]
] ; #
fhir:insurer [
fhir:identifier [
fhir:system [ fhir:v "http://ehic.com/insurer"^^xsd:anyURI ] ;
fhir:value [ fhir:v "123456789" ]
]
] .
<http://hl7.org/fhir/Patient/5> a fhir:Patient .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Coverage/7547E.ttl> a owl:Ontology;
owl:imports fhir:fhir.ttl;
owl:versionIRI <http://build.fhir.org/Coverage/7547E.ttl> .
]] . #
# -------------------------------------------------------------------------------------
Usage
note:
every
effort
has
been
made
to
ensure
that
the
examples
are
correct
and
useful,
but
they
are
not
a
normative
part
of
the
specification.