מדריך למטמיע - טופס 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:Appointment ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "t17-booked-appointment"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://ig.fhir-il-community.org/T17/StructureDefinition/t17-booked-appointment"^^xsd:anyURI ; fhir:link <http://ig.fhir-il-community.org/T17/StructureDefinition/t17-booked-appointment> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">פרטי התור עבורו נשלחה בקשה להתחייבות</div>" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "http://fhir.tlvmc.gov.il/Appointment/identifier"^^xsd:anyURI ] ; fhir:value [ fhir:v "A-10005" ] ] ) ; # fhir:status [ fhir:v "booked"] ; # fhir:appointmentType [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0276"^^xsd:anyURI ] ; fhir:code [ fhir:v "FOLLOWUP" ] ] ) ] ; # fhir:description [ fhir:v "תור לביקור חוזר"] ; # fhir:start [ fhir:v "2023-07-01T09:00:00Z"^^xsd:dateTime] ; # fhir:end [ fhir:v "2023-09-01T10:00:00Z"^^xsd:dateTime] ; # fhir:created [ fhir:v "2023-07-02"^^xsd:date] ; # fhir:participant ( [ ( fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ] ; fhir:code [ fhir:v "SBJ" ] ; fhir:display [ fhir:v "subject" ] ] ) ] ) ; fhir:actor [ fhir:reference [ fhir:v "urn:uuid:8be7c2eb-07a2-4dfb-b27d-821863201199" ] ; fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ; 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:status [ fhir:v "accepted" ] ] [ ( fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ] ; fhir:code [ fhir:v "PPRF" ] ; fhir:display [ fhir:v "primary performer" ] ] ) ] ) ; fhir:actor [ fhir:type [ fhir:v "Practitioner"^^xsd:anyURI ] ; fhir:identifier [ fhir:system [ fhir:v "http://practitioners.health.gov.il/Practitioners"^^xsd:anyURI ] ; fhir:value [ fhir:v "1-4281388" ] ] ] ; fhir:status [ fhir:v "accepted" ] ] ) . #