FHIR IG analytics| Package | hl7.fhir.us.vr-common-library |
| Resource Type | Patient |
| Id | Patient-patient-fetal-death-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient patient-fetal-death-example
Jones Female, DoB: 2019-01-09 ( Medical Record Number: 9932702 (use: usual, ))
| Deceased: | true | Multiple Birth: | 3 | ||
{
"resourceType": "Patient",
"id": "patient-fetal-death-example",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "usual",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR",
"display": "Medical Record Number"
}
]
},
"system": "http://hospital.smarthealthit.org",
"value": "9932702"
}
],
"name": [
{
"family": "Jones"
}
],
"gender": "female",
"birthDate": "2019-01-09",
"_birthDate": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/patient-birthTime",
"valueDateTime": "2019-01-09T18:23:00-07:00"
}
]
},
"deceasedBoolean": true,
"_deceasedBoolean": {
"extension": [
{
"url": "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Extension-patient-fetal-death-vr",
"valueBoolean": true
}
]
},
"multipleBirthInteger": 3
}