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

FHIR IG analytics

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

Language: en

Profile: PatientLt

John Doe(official) Male, DoB Unknown ( http://hospital.org/patient-id#10005 (use: usual, ))


Active:true

Lithuanian


Generated Narrative: Patient patient-example

Language: en

Profile: PatientLt

John Doe(official) Male, DoB Unknown ( http://hospital.org/patient-id#10005 (use: usual, ))


Active:true

Source1

{
  "resourceType": "Patient",
  "id": "patient-example",
  "meta": {
    "profile": [
      "https://hl7.lt/fhir/base/StructureDefinition/patient-lt"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "usual",
      "system": "http://hospital.org/patient-id",
      "value": "10005"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "text": "John Doe",
      "family": "Doe",
      "given": [
        "John"
      ]
    }
  ],
  "gender": "male"
}