This page is part of the FHIR Specification (v5.0.0: R5 - STU). This is the current published version. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3
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 ------------------------------------------------------------------- [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" ] ] ]] . # # -------------------------------------------------------------------------------------
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.