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

FHIR IG analytics

Packageuz.dhp.core
Resource TypePatient
IdPatient-example-unidentified-patient.json
FHIR VersionR5

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


English


Generated Narrative: Patient example-unidentified-patient

Unidentified patient(anonymous) (no stated gender), DoB Unknown ( ?ngen-9? (use: temp, ))


Active:true

Russian


Сгенерированный нарратив: Patient example-unidentified-patient

Профиль: UZ Core Patient

Unidentified patient(anonymous) (без указания пола), ДР неизвестен ( ?ngen-9? (use: temp, ))


Активно:true

Uzbek


Generated Narrative: Patient example-unidentified-patient

Unidentified patient(anonymous) (no stated gender), DoB Unknown ( ?ngen-9? (use: temp, ))


Active:true

Source1

{
  "resourceType": "Patient",
  "id": "example-unidentified-patient",
  "meta": {
    "profile": [
      "https://dhp.uz/fhir/core/StructureDefinition/uz-core-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "temp",
      "_value": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
            "valueCode": "unknown"
          }
        ]
      }
    }
  ],
  "active": true,
  "name": [
    {
      "use": "anonymous",
      "text": "Unidentified patient"
    }
  ]
}