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-israeli-redacted - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "patient-israeli-redacted",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.health.gov.il/StructureDefinition/il-core-patient"
    ],
    "tag" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
        "code" : "REDACTED",
        "display" : "redacted"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Patient with missing</div>"
  },
  "extension" : [
    {
      "url" : "http://fhir.health.gov.il/StructureDefinition/ext-il-hmo",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://fhir.health.gov.il/cs/paying-entity-moh",
            "code" : "104",
            "display" : "קופת חולים מאוחדת"
          }
        ],
        "text" : "קופת חולים מאוחדת"
      }
    }
  ],
  "identifier" : [
    {
      "system" : "http://fhir.health.gov.il/identifier/il-national-id",
      "value" : "000000018"
    }
  ],
  "active" : true,
  "name" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
          "valueCode" : "masked"
        },
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/language",
          "valueCode" : "he"
        }
      ],
      "_family" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
            "valueCode" : "masked"
          }
        ]
      },
      "_given" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
              "valueCode" : "masked"
            }
          ]
        }
      ]
    }
  ],
  "gender" : "unknown",
  "_gender" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
        "valueCode" : "masked"
      }
    ]
  },
  "_birthDate" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
        "valueCode" : "masked"
      }
    ]
  },
  "deceasedBoolean" : false,
  "contact" : [
    {
      "name" : {
        "text" : "ggg",
        "_text" : {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
              "valueCode" : "masked"
            }
          ]
        }
      }
    }
  ]
}