HL7 Europe Base and Core FHIR IG, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 0.1.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/base-r5/ and changes regularly. See the Directory of published versions
: EhicExampleIt - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "EhicExampleIt"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.eu/fhir/base-r5/StructureDefinition/Coverage-eu-ehic"^^xsd:anyURI ;
fhir:link <http://hl7.eu/fhir/base-r5/StructureDefinition/Coverage-eu-ehic> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Coverage EhicExampleIt</b></p><a name=\"EhicExampleIt\"> </a><a name=\"hcEhicExampleIt\"> </a><a name=\"EhicExampleIt-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Coverage-eu-ehic.html\">Coverage: EHIC</a></p></div><p><b>identifier</b>: <code>http://example.org/ehic</code>/80380000900090510553</p><p><b>status</b>: Active</p><p><b>kind</b>: Other</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.eu/CodeSystem/v3-ActCode ehic}\">European Health Insurance Card</span></p><p><b>beneficiary</b>: <a href=\"#hcEhicExampleIt/PatientEhicInline\">Mario Rossi (no stated gender), DoB: 1970-01-01 ( http://hl7.it/sid/codiceFiscale#RSSMRA70A01F205V)</a></p><p><b>period</b>: ?? --> 2022-01-19</p><p><b>insurer</b>: SSN-MIN SALUTE - 500001</p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Patient #PatientEhicInline</b></p><a name=\"EhicExampleIt/PatientEhicInline\"> </a><a name=\"hcEhicExampleIt/PatientEhicInline\"> </a><a name=\"EhicExampleIt/PatientEhicInline-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Patient-eu-ehic.html\">Patient (EHIC)</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Mario Rossi (no stated gender), DoB: 1970-01-01 ( http://hl7.it/sid/codiceFiscale#RSSMRA70A01F205V)</p><hr/></blockquote></div>"^^rdf:XMLLiteral
] ; #
fhir:contained ( [
a fhir:Patient ;
fhir:id [ fhir:v "PatientEhicInline" ] ;
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.eu/fhir/base-r5/StructureDefinition/Patient-eu-ehic"^^xsd:anyURI ;
fhir:link <http://hl7.eu/fhir/base-r5/StructureDefinition/Patient-eu-ehic> ] ) ] ;
( fhir:identifier [
fhir:system [ fhir:v "http://hl7.it/sid/codiceFiscale"^^xsd:anyURI ] ;
fhir:value [ fhir:v "RSSMRA70A01F205V" ] ] ) ;
( fhir:name [
fhir:family [ fhir:v "Rossi" ] ;
( fhir:given [ fhir:v "Mario" ] ) ] ) ;
fhir:birthDate [ fhir:v "1970-01-01"^^xsd:date ]
] ) ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://example.org/ehic"^^xsd:anyURI ] ;
fhir:value [ fhir:v "80380000900090510553" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:kind [ fhir:v "other"] ; #
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.eu/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ehic" ] ;
fhir:display [ fhir:v "European Health Insurance Card" ] ] )
] ; #
fhir:beneficiary [
fhir:reference [ fhir:v "#PatientEhicInline" ]
] ; #
fhir:period [
fhir:end [ fhir:v "2022-01-19"^^xsd:date ]
] ; #
fhir:insurer [
fhir:display [ fhir:v "SSN-MIN SALUTE - 500001" ]
] . #