מדריך למטמיע - טופס 17 1.0.0 - ci-build
Publication Build: This will be filled in by the publication tooling
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 "patient-with-followup-appointment"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.health.gov.il/StructureDefinition/il-core-patient"^^xsd:anyURI ; fhir:link <http://fhir.health.gov.il/StructureDefinition/il-core-patient> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div class=\"hapiHeaderText\">שרה שרי <b>ישראלי</b></div><table class=\"hapiPropertyTable\"><tbody><tr><td>Identifier</td><td>1-123456-123456-789</td></tr><tr><td>Date of birth</td><td><span>16 July 1969</span></td></tr></tbody></table></div>" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "http://fhir.leumit.co.il/identifier/magnetic-card"^^xsd:anyURI ] ; fhir:value [ fhir:v "1-123456-123456-789" ] ] ) ; # fhir:active [ fhir:v "true"^^xsd:boolean] ; # fhir:name ( [ fhir:text [ fhir:v "שרה" ] ; fhir:family [ fhir:v "ישראלי" ] ; ( fhir:given [ fhir:v "שרה" ] [ fhir:v "שרי" ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "054-99999999" ] ; fhir:use [ fhir:v "mobile" ] ] ) ; # fhir:gender [ fhir:v "female"] ; # fhir:birthDate [ fhir:v "1969-07-16"^^xsd:date] . #