IL Core Implementation Guide
0.18.0 - draft Israel flag

This page is part of the IL-Core IG (v0.18.0: draft-1 Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: patient-immigrant - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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-immigrant"] ; # 
  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\">Patient - immigrant</div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://fhir.health.gov.il/StructureDefinition/ext-il-hmo"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://fhir.health.gov.il/cs/paying-entity-moh"^^xsd:anyURI ] ;
fhir:code [ fhir:v "103" ] ;
fhir:display [ fhir:v "קופת חולים מכבי" ]       ] )     ]
  ] [
    ( fhir:extension [
fhir:url [ fhir:v "origin"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "USA" ]         ] )       ]     ] [
fhir:url [ fhir:v "destination"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "IL" ]         ] )       ]     ] [
fhir:url [ fhir:v "date"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1982-06-30"^^xsd:date ]     ] [
fhir:url [ fhir:v "status"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
a loinc:LA29155-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LA29155-1" ] ;
fhir:display [ fhir:v "Naturalized citizen" ]         ] )       ]     ] ) ;
fhir:url [ fhir:v "http://fhir.health.gov.il/StructureDefinition/ext-patient-immigration"^^xsd:anyURI ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://fhir.health.gov.il/identifier/il-national-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "000000018" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:name ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/language"^^xsd:anyURI ] ;
fhir:value [ fhir:v "he" ]     ] ) ;
fhir:text [ fhir:v "הרצל לוי" ] ;
fhir:family [ fhir:v "לוי" ] ;
    ( fhir:given [ fhir:v "הרצל" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "052467911" ] ;
fhir:use [ fhir:v "home" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "Israel@example.com" ]
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:birthDate [ fhir:v "1951-04-17"^^xsd:date] ; # 
  fhir:deceased [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:address ( [
    ( fhir:extension [
      ( fhir:extension [
fhir:url [ fhir:v "longitude"^^xsd:anyURI ] ;
fhir:value [ fhir:v "34.764885"^^xsd:decimal ]       ] [
fhir:url [ fhir:v "latitude"^^xsd:anyURI ] ;
fhir:value [ fhir:v "32.058317"^^xsd:decimal ]       ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/geolocation"^^xsd:anyURI ]     ] ) ;
fhir:use [ fhir:v "home" ] ;
fhir:type [ fhir:v "physical" ] ;
fhir:text [ fhir:v "אילת 34 תל אביב דירה 2" ] ;
    ( fhir:line [
fhir:v "אילת 34" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName"^^xsd:anyURI ] ;
fhir:value [ fhir:v "אילת" ]       ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber"^^xsd:anyURI ] ;
fhir:value [ fhir:v "34" ]       ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-unitID"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2" ]       ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1446" ]       ] )     ] ) ;
fhir:city [
fhir:v "תל אביב" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://fhir.health.gov.il/StructureDefinition/ext-city-code"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
          ( fhir:coding [
fhir:system [ fhir:v "http://fhir.health.gov.il/cs/city-symbol"^^xsd:anyURI ] ;
fhir:code [ fhir:v "5000" ]           ] )         ]       ] )     ] ;
fhir:district [ fhir:v "תל אביב" ] ;
fhir:postalCode [ fhir:v "6684501" ] ;
fhir:country [ fhir:v "IL" ]
  ] ) ; # 
  fhir:communication ( [
fhir:language [
      ( fhir:coding [
fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ar" ] ;
fhir:display [ fhir:v "Arabic" ]       ] )     ]
  ] ) . #