FHIR IG analytics| Package | lt.hl7.fhir.vitalsigns |
| Resource Type | Patient |
| Id | Patient-patient-example.json |
| FHIR Version | R5 |
No resources found
No resources found
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 | ||
{
"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"
}