HL7 Europe Base Profiles
0.0.1-ci - ci-build 150

HL7 Europe Base Profiles, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 0.0.1-ci built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/base/ 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 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/StructureDefinition/Coverage-eu-ehic"^^xsd:anyURI ;
fhir:link <http://hl7.eu/fhir/base/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><p><b>identifier</b>: <code>http://toBeDefined.org/ehic</code>/80380000900090510553</p><p><b>status</b>: Active</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=\"Patient/esempio-CF-residenza\">Patient/esempio-CF-residenza</a></p><p><b>period</b>: ?? --&gt; 2022-01-19</p><p><b>payor</b>: <a href=\"Organization/example-rt\">SSN-MIN SALUTE - 500001</a></p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://toBeDefined.org/ehic"^^xsd:anyURI ] ;
fhir:value [ fhir:v "80380000900090510553" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  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 "Patient/esempio-CF-residenza" ]
  ] ; # 
  fhir:period [
fhir:end [ fhir:v "2022-01-19"^^xsd:date ]
  ] ; # 
  fhir:payor ( [
fhir:reference [ fhir:v "Organization/example-rt" ] ;
fhir:display [ fhir:v "SSN-MIN SALUTE - 500001" ]
  ] ) . #