De-Identification Handbook
2.0.0-comment - ballot International flag

De-Identification Handbook, published by IHE IT Infrastructure Technical Committee. This guide is not an authorized publication; it is the continuous build for version 2.0.0-comment built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/ITI.DeIdHandbook/ and changes regularly. See the Directory of published versions

: ex-Practitioner-IPS-SimoneHeps - 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/Practitioner/ex-Practitioner-IPS-SimoneHeps> a fhir:Practitioner ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ex-Practitioner-IPS-SimoneHeps"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/uv/ips/StructureDefinition/Practitioner-uv-ips" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/uv/ips/StructureDefinition/Practitioner-uv-ips>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner ex-Practitioner-IPS-SimoneHeps</b></p><a name=\"ex-Practitioner-IPS-SimoneHeps\"> </a><a name=\"hcex-Practitioner-IPS-SimoneHeps\"> </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=\"http://hl7.org/fhir/uv/ips/STU2/StructureDefinition-Practitioner-uv-ips.html\">Practitioner (IPS)</a></p></div><p><b>identifier</b>: <code>urn:oid:2.16.528.1.1007.3.1</code>/874635264 (use: official, ), <code>urn:oid:2.16.840.1.113883.2.4.6.3</code>/567IUI51C154 (use: usual, )</p><p><b>name</b>: Heps Simone MD(Official)</p><p><b>address</b>: Galapagosweg 91 Den Burg 9105 PZ NLD (work)</p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1971-11-07</p></div>"
  ] ;
  fhir:Practitioner.identifier [
     fhir:index 0 ;
     fhir:Identifier.use [ fhir:value "official" ] ;
     fhir:Identifier.system [ fhir:value "urn:oid:2.16.528.1.1007.3.1" ] ;
     fhir:Identifier.value [ fhir:value "874635264" ]
  ], [
     fhir:index 1 ;
     fhir:Identifier.use [ fhir:value "usual" ] ;
     fhir:Identifier.system [ fhir:value "urn:oid:2.16.840.1.113883.2.4.6.3" ] ;
     fhir:Identifier.value [ fhir:value "567IUI51C154" ]
  ] ;
  fhir:Practitioner.name [
     fhir:index 0 ;
     fhir:HumanName.use [ fhir:value "official" ] ;
     fhir:HumanName.text [ fhir:value "Heps Simone MD" ] ;
     fhir:HumanName.family [ fhir:value "Heps" ] ;
     fhir:HumanName.given [
       fhir:value "Simone" ;
       fhir:index 0
     ] ;
     fhir:HumanName.suffix [
       fhir:value "MD" ;
       fhir:index 0
     ]
  ] ;
  fhir:Practitioner.address [
     fhir:index 0 ;
     fhir:Address.use [ fhir:value "work" ] ;
     fhir:Address.line [
       fhir:value "Galapagosweg 91" ;
       fhir:index 0
     ] ;
     fhir:Address.city [ fhir:value "Den Burg" ] ;
     fhir:Address.postalCode [ fhir:value "9105 PZ" ] ;
     fhir:Address.country [ fhir:value "NLD" ]
  ] ;
  fhir:Practitioner.gender [ fhir:value "female"] ;
  fhir:Practitioner.birthDate [ fhir:value "1971-11-07"^^xsd:date] .

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

<http://hl7.org/fhir/Practitioner/ex-Practitioner-IPS-SimoneHeps.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Practitioner/ex-Practitioner-IPS-SimoneHeps.ttl> .