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

FHIR IG analytics

Packageil.core.fhir.r4
Resource TypePatient
IdPatient-patient-ppn-no-country.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Patient",
  "id": "patient-ppn-no-country",
  "meta": {
    "profile": [
      "http://fhir.health.gov.il/StructureDefinition/il-core-patient"
    ]
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "code": "PPN",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "display": "Passport Number"
          }
        ]
      },
      "value": "A12345678",
      "_system": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
            "valueCode": "unknown"
          }
        ]
      }
    }
  ],
  "name": [
    {
      "family": "Doe",
      "given": [
        "John"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1990-01-01",
  "telecom": [
    {
      "system": "phone",
      "value": "+972-54-1234567",
      "use": "mobile"
    }
  ],
  "address": [
    {
      "line": [
        "Herzl Street 10"
      ],
      "city": "Tel Aviv",
      "country": "IL"
    }
  ],
  "managingOrganization": {
    "reference": "Organization/soroka"
  }
}