IL Core Implementation Guide 0.18.0 - draft
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:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "patient-visit-reason-moh"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <a href=\"CodeSystem-patient-visit-reason-moh.html\"><code>http://fhir.health.gov.il/cs/patient-visit-reason-moh</code></a></li></ul></div>" ] ; # fhir:url [ fhir:v "http://fhir.health.gov.il/ValueSet/patient-visit-reason-moh"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.18.0"] ; # fhir:name [ fhir:v "PatientVisitReasonMoH"] ; # fhir:title [ fhir:v "Patient Visit Reason MoH"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # fhir:date [ fhir:v "2024-06-15T21:51:03+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "Israel Core Team"] ; # fhir:contact ( [ fhir:name [ fhir:v "Israel Core Team" ] ; ( fhir:telecom [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "tal.primak@moh.gov.il" ] ] ) ] [ fhir:name [ fhir:v "Tal Primak" ] ; ( fhir:telecom [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "tal.primak@moh.gov.il" ] ] ) ] ) ; # fhir:description [ fhir:v "Moh Codes for Patient Visit Reason \n **Note that this value-set is not yet finalized and approved and might change in the future. It's provided only for general reference.**"] ; # fhir:jurisdiction ( [ ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "IL" ] ; fhir:display [ fhir:v "Israel" ] ] ) ] ) ; # fhir:compose [ ( fhir:include [ fhir:system [ fhir:v "http://fhir.health.gov.il/cs/patient-visit-reason-moh"^^xsd:anyURI ] ] ) ] . #