FHIR IG analytics| Package | hl7.fhir.uv.ibcm |
| Resource Type | Patient |
| Id | Patient-uc2-fetusA.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient uc2-fetusA
Profile: IBCM Fetal Record Profile
Anonymous Patient (no stated gender), DoB Unknown ( Patient internal identifier)
| Patient Fetal Status | potential-for-live-birth | ||
{
"resourceType": "Patient",
"id": "uc2-fetusA",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/ibcm/StructureDefinition/ibcm-fetal-record"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/patient-fetalStatus",
"valueCode": "potential-for-live-birth"
}
],
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "PI"
}
]
},
"system": "http://example.com/identifiers/fetus",
"value": "A"
}
]
}