FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageil.core.fhir.r4
Resource TypePatient
IdPatient-patient-with-passport-identification.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Patient with foreign passport

Source1

{
  "resourceType": "Patient",
  "id": "patient-with-passport-identification",
  "meta": {
    "profile": [
      "http://fhir.health.gov.il/StructureDefinition/il-core-patient"
    ]
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "code": "PPN",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
          }
        ]
      },
      "system": "http://hl7.org/fhir/sid/passport-USA",
      "value": "8876543"
    }
  ],
  "extension": [
    {
      "url": "http://fhir.health.gov.il/StructureDefinition/ext-il-hmo",
      "valueCodeableConcept": {
        "coding": [
          {
            "code": "101",
            "system": "http://fhir.health.gov.il/cs/paying-entity-moh",
            "display": "קופת חולים כללית"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
      "valueAddress": {
        "line": [
          "New york City, NY, USA"
        ],
        "country": "USA"
      }
    },
    {
      "url": "http://fhir.health.gov.il/StructureDefinition/ext-il-core-birthsex",
      "valueCode": "M"
    }
  ],
  "name": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/language",
          "valueCode": "en"
        }
      ],
      "family": "Smith",
      "given": [
        "David",
        "John"
      ],
      "text": "David John Smith"
    }
  ],
  "address": [
    {
      "line": [
        "חניתה 20"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "חניתה"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "20"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-unitID",
              "valueString": "4"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox",
              "valueString": "272"
            }
          ]
        }
      ],
      "extension": [
        {
          "extension": [
            {
              "url": "longitude",
              "valueDecimal": 182468.59
            },
            {
              "url": "latitude",
              "valueDecimal": 670131.38
            }
          ],
          "url": "http://hl7.org/fhir/StructureDefinition/geolocation"
        },
        {
          "url": "http://fhir.health.gov.il/StructureDefinition/ext-statistical-area",
          "valueIdentifier": {
            "system": "http://fhir.health.gov.il/identifier/cbs-statistical-area",
            "value": "40000733"
          }
        }
      ],
      "text": "חניתה 20 חיפה",
      "city": "חיפה",
      "_city": {
        "extension": [
          {
            "url": "http://fhir.health.gov.il/StructureDefinition/ext-city-code",
            "valueCodeableConcept": {
              "coding": [
                {
                  "code": "4000",
                  "system": "http://fhir.health.gov.il/cs/city-symbol"
                }
              ]
            }
          }
        ]
      },
      "postalCode": "3244010",
      "district": "חיפה",
      "country": "IL"
    }
  ],
  "text": {
    "div": "<!-- snip (see above) -->",
    "status": "generated"
  },
  "active": true,
  "telecom": [
    {
      "system": "phone",
      "value": "+4423456789",
      "use": "mobile"
    },
    {
      "system": "email",
      "value": "johnsmith@example.com"
    }
  ],
  "gender": "male",
  "birthDate": "1994-03-22",
  "deceasedBoolean": false
}