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

FHIR IG analytics

Packageuz.dhp.core
Resource TypePatient
IdPatient-example-emma.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-emma

Language: en

Profile: UZ Core Patient

Emma Sanders(anonymous) Female, DoB: 2000-10-16 ( Passport number)


Active:falseMarital Status:Unmarried
Multiple Birth:2
Other Id:Driver's license number/SANDE805166E99NJ
Contact Detail
  • -unknown-(Temp)
  • 123 Baker Street GB (temp)
Emergency Contact:
  • Isabella (Female)
Patient Nationality:
  • code: British

Russian


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

Язык: en

Профиль: UZ Core Patient

Emma Sanders(anonymous) Female, БД: 2000-10-16 ( Passport number)


Активно:falseСемейное положение:Unmarried
Несколько рождений:2
Другой ID:Driver's license number/SANDE805166E99NJ
Детали контакта
  • -unknown-(Temp)
  • 123 Baker Street GB (temp)
Emergency Contact:
  • Isabella (Female)
Patient Nationality:
  • code: British

Uzbek


Generated Narrative: Patient example-emma

Language: en

Profile: UZ Core Patient

Emma Sanders(anonymous) Female, DoB: 2000-10-16 ( Passport number)


Active:falseMarital Status:Unmarried
Multiple Birth:2
Other Id:Driver's license number/SANDE805166E99NJ
Contact Detail
  • -unknown-(Temp)
  • 123 Baker Street GB (temp)
Emergency Contact:
  • Isabella (Female)
Patient Nationality:
  • code: British

Source1

{
  "resourceType": "Patient",
  "id": "example-emma",
  "meta": {
    "profile": [
      "https://dhp.uz/fhir/core/StructureDefinition/uz-core-patient"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "code",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "https://terminology.dhp.uz/fhir/core/CodeSystem/nationality-cs",
                "code": "42",
                "display": "British"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/patient-nationality"
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "PPN"
          }
        ]
      },
      "system": "https://dhp.uz/fhir/core/sid/pid/gb/ppn",
      "value": "533401572"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "DL"
          }
        ]
      },
      "system": "https://dhp.uz/fhir/core/sid/pid/gb/dl",
      "value": "SANDE805166E99NJ"
    }
  ],
  "active": false,
  "name": [
    {
      "use": "anonymous",
      "text": "Emma Sanders"
    }
  ],
  "telecom": [
    {
      "system": "sms",
      "use": "temp",
      "rank": 1,
      "period": {
        "start": "2024-02-10"
      }
    }
  ],
  "gender": "female",
  "birthDate": "2000-10-16",
  "address": [
    {
      "use": "temp",
      "type": "physical",
      "line": [
        "123 Baker Street"
      ],
      "country": "GB",
      "period": {
        "start": "2000-10-16"
      }
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code": "U",
        "display": "Unmarried"
      }
    ]
  },
  "multipleBirthInteger": 2,
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v2-0131",
              "code": "C",
              "display": "Emergency Contact"
            }
          ]
        }
      ],
      "name": {
        "text": "Isabella"
      },
      "gender": "female"
    }
  ]
}