HL7 Europe Patient Summary
1.0.0-ci-build - ci-build 150

HL7 Europe Patient Summary, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/eps/ and changes regularly. See the Directory of published versions

: Patient: Petra Schwartz - 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 -------------------------------------------------------------------

<http://hl7.org/fhir/Patient/f51071b2-6c06-4d31-85ed-26a6b964ef98> a fhir:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "f51071b2-6c06-4d31-85ed-26a6b964ef98"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.eu/fhir/eps/StructureDefinition/patient-eu-eps" ;
       fhir:index 0 ;
       fhir:link <http://hl7.eu/fhir/eps/StructureDefinition/patient-eu-eps>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table class=\"hl7__ips\"><tr><td>Petra Schwartz</td><td>1950-04-19</td></tr></table></div>"
  ] ;
  fhir:Patient.identifier [
     fhir:index 0 ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
         fhir:Coding.code [ fhir:value "JHN" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "http://example.org/identifier-1" ] ;
     fhir:Identifier.value [ fhir:value "5042-537688-1" ]
  ], [
     fhir:index 1 ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
         fhir:Coding.code [ fhir:value "MR" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "http://example.org/identifier-2" ] ;
     fhir:Identifier.value [ fhir:value "a707536c-14f2-3606-4ed4-7fd9991fd18e" ]
  ] ;
  fhir:Patient.name [
     fhir:index 0 ;
     fhir:HumanName.text [ fhir:value "Petra Schwartz" ] ;
     fhir:HumanName.family [ fhir:value "Schwartz" ] ;
     fhir:HumanName.given [
       fhir:value "Petra" ;
       fhir:index 0
     ]
  ] ;
  fhir:Patient.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "+49 034223 68 59" ]
  ] ;
  fhir:Patient.gender [ fhir:value "female"] ;
  fhir:Patient.birthDate [ fhir:value "1950-04-19"^^xsd:date] ;
  fhir:Patient.address [
     fhir:index 0 ;
     fhir:Address.use [ fhir:value "home" ] ;
     fhir:Address.type [ fhir:value "physical" ] ;
     fhir:Address.line [
       fhir:value "Hoheluftchaussee 46" ;
       fhir:index 0
     ] ;
     fhir:Address.city [ fhir:value "Dommitzsch" ] ;
     fhir:Address.postalCode [ fhir:value "04878" ] ;
     fhir:Address.country [ fhir:value "Germany" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Patient/f51071b2-6c06-4d31-85ed-26a6b964ef98.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Patient/f51071b2-6c06-4d31-85ed-26a6b964ef98.ttl> .