מדריך למטמיע - טופס 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:Location ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "t17-requested-location"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://ig.fhir-il-community.org/T17/StructureDefinition/t17-requested-location"^^xsd:anyURI ; fhir:link <http://ig.fhir-il-community.org/T17/StructureDefinition/t17-requested-location> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">פרטי מיקום התור עבורו נשלחה בקשה להתחייבות - פרט מחלקה או מרפאה ופרטי בית החולים</div>" ] ; # fhir:name [ fhir:v "מחלקת עיניים"] ; # fhir:mode [ fhir:v "instance"] ; # fhir:type ( [ ( fhir:coding [ fhir:system [ fhir:v "http://fhir.health.gov.il/cs/department-type-moh"^^xsd:anyURI ] ; fhir:code [ fhir:v "33700" ] ; fhir:display [ fhir:v "מחלקת עיניים" ] ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "03-9999999" ] ; fhir:use [ fhir:v "work" ] ] ) ; # fhir:managingOrganization [ fhir:type [ fhir:v "Organization"^^xsd:anyURI ] ; fhir:identifier [ fhir:system [ fhir:v "http://fhir.health.gov.il/identifier/legal-entity"^^xsd:anyURI ] ; fhir:value [ fhir:v "500106919" ] ] ; fhir:display [ fhir:v "בי\"ח איכילוב" ] ] . #