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

FHIR IG analytics

Packagelt.hl7.fhir.lung
Resource TypePatient
IdPatient-example-patient-male.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-patient-male

Language: en

Profile: PatientLt

Jonas Pavardenis Male, DoB: 1990-01-01 ( https://hl7.lt/fhir/sid/lt-patient-pid#39001010001)



Lithuanian


Generated Narrative: Patient example-patient-male

Language: en

Profile: PatientLt

Jonas Pavardenis Male, DoB: 1990-01-01 ( https://hl7.lt/fhir/sid/lt-patient-pid#39001010001)



Source1

{
  "resourceType": "Patient",
  "id": "example-patient-male",
  "meta": {
    "profile": [
      "https://hl7.lt/fhir/base/StructureDefinition/patient-lt"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://hl7.lt/fhir/sid/lt-patient-pid",
      "value": "39001010001"
    }
  ],
  "name": [
    {
      "family": "Pavardenis",
      "given": [
        "Jonas"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1990-01-01"
}