Linked Care Implementation Guide 0.9.1 - ci-build
Linked Care Implementation Guide - Local Development build (v0.9.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
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:Patient ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "ee8d340312484aaca84774b2a0d53533"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.hl7.at/linkedcare/StructureDefinition/at-core-patient"^^xsd:anyURI ; fhir:link <http://fhir.hl7.at/linkedcare/StructureDefinition/at-core-patient> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Renate Rüssel-Olifant(OFFICIAL)</b> female, DoB: 1966-08-10 ( id: 1238100866)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Details:</td><td colspan=\"3\"><ul><li>ph: 00436641234568(MOBILE)</li><li>Höchstädtplatz 6 Vienna 1200 AT (HOME)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Managing Organization: <span>: Pflegedienst Immerdar</span></li></ul></td></tr></table></div>" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:oid:1.2.40.0.10.1.4.3.1"^^xsd:anyURI ] ; fhir:value [ fhir:v "1238100866" ] ] ) ; # fhir:active [ fhir:v "true"^^xsd:boolean] ; # fhir:name ( [ fhir:use [ fhir:v "official" ] ; fhir:text [ fhir:v "Renate Rüssel-Olifant" ] ; fhir:family [ fhir:v "Rüssel-Olifant" ] ; ( fhir:given [ fhir:v "Renate" ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "00436641234568" ] ; fhir:use [ fhir:v "mobile" ] ] ) ; # fhir:gender [ fhir:v "female"] ; # fhir:birthDate [ fhir:v "1966-08-10"^^xsd:date] ; # fhir:address ( [ fhir:use [ fhir:v "home" ] ; fhir:type [ fhir:v "both" ] ; ( fhir:line [ fhir:v "Höchstädtplatz 6" ] ) ; fhir:city [ fhir:v "Vienna" ] ; fhir:postalCode [ fhir:v "1200" ] ; fhir:country [ fhir:v "AT" ] ] ) ; # fhir:managingOrganization [ fhir:identifier [ fhir:system [ fhir:v "urn:oid:1.2.40.0.34.5.2"^^xsd:anyURI ] ; fhir:value [ fhir:v "2.999.40.0.34.1.1.3" ] ] ; fhir:display [ fhir:v "Pflegedienst Immerdar" ] ] . #