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

FHIR IG analytics

Packageil.core.fhir.r4
Resource TypePatient
IdPatient-entry-permit.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 missing

Source1

{
  "resourceType": "Patient",
  "id": "entry-permit",
  "meta": {
    "tag": [
      {
        "code": "REDACTED",
        "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
        "display": "redacted"
      }
    ],
    "profile": [
      "http://fhir.health.gov.il/StructureDefinition/il-core-patient"
    ]
  },
  "identifier": [
    {
      "system": "http://fhir.health.gov.il/identifier/il-entry-permit",
      "value": "543876098"
    }
  ],
  "extension": [
    {
      "url": "http://fhir.health.gov.il/StructureDefinition/ext-il-hmo",
      "valueCodeableConcept": {
        "coding": [
          {
            "code": "104",
            "system": "http://fhir.health.gov.il/cs/paying-entity-moh",
            "display": "קופת חולים מאוחדת"
          }
        ],
        "text": "קופת חולים מאוחדת"
      }
    }
  ],
  "name": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
          "valueCode": "masked"
        },
        {
          "url": "http://hl7.org/fhir/StructureDefinition/language",
          "valueCode": "he"
        }
      ]
    }
  ],
  "contact": [
    {
      "name": {
        "text": "ggg",
        "_text": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
              "valueCode": "masked"
            }
          ]
        }
      }
    }
  ],
  "text": {
    "div": "<!-- snip (see above) -->",
    "status": "generated"
  },
  "active": true,
  "gender": "unknown",
  "_gender": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
        "valueCode": "masked"
      }
    ]
  },
  "deceasedBoolean": false,
  "_birthDate": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
        "valueCode": "masked"
      }
    ]
  }
}