מדריך למטמיע - טופס 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:Coverage ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "t17-obligation"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://ig.fhir-il-community.org/T17/StructureDefinition/t17-obligation"^^xsd:anyURI ; fhir:link <http://ig.fhir-il-community.org/T17/StructureDefinition/t17-obligation> ] ) ] ; # 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.leumit.co.il/identifier/obligation-num"^^xsd:anyURI ] ; fhir:value [ fhir:v "1-1222223" ] ] ) ; # fhir:status [ fhir:v "active"] ; # fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://fhir.health.gov.il/cs/coverage-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "OBL" ] ; fhir:display [ fhir:v "התחייבות" ] ] ) ] ; # fhir:beneficiary [ 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:period [ fhir:start [ fhir:v "2023-05-25"^^xsd:date ] ; fhir:end [ fhir:v "2023-08-25"^^xsd:date ] ] ; # fhir:payor ( [ fhir:identifier [ fhir:system [ fhir:v "http://fhir.health.gov.il/identifier/legal-entity"^^xsd:anyURI ] ; fhir:value [ fhir:v "580039899" ] ] ; fhir:display [ fhir:v "לאומית" ] ] ) ; # fhir:class ( [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://fhir.health.gov.il/cs/coverage-class"^^xsd:anyURI ] ; fhir:code [ fhir:v "OBL-BASKET" ] ] ) ] ; fhir:value [ fhir:v "התחייבות במסגרת הסל" ] ] ) ; # fhir:costToBeneficiary ( [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/coverage-copay-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "deductible" ] ; fhir:display [ fhir:v "Deductible" ] ] ) ; fhir:text [ fhir:v "גובה השתתפות עצמית" ] ] ; fhir:value [ a fhir:Money ; fhir:value [ fhir:v "200"^^xsd:decimal ] ; fhir:currency [ fhir:v "ILS" ] ] ] ) . #