FHIR IG analytics| Package | hl7.fhir.uv.ibcm |
| Resource Type | Patient |
| Id | Patient-uc3-mother.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient uc3-mother
MS Female, DoB: 1991-02-01 ( ms)
| Active: | true | ||
| Contact Detail | 88, Factory Road Peradeniya Sri Lanka | ||
| Contact: | |||
| Links: |
| ||
{
"resourceType": "Patient",
"id": "uc3-mother",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"value": "ms"
}
],
"active": true,
"name": [
{
"given": [
"MS"
]
}
],
"gender": "female",
"birthDate": "1991-02-01",
"address": [
{
"line": [
"88, Factory Road"
],
"city": "Peradeniya",
"country": "Sri Lanka"
}
],
"contact": [
{
"telecom": [
{
"system": "phone",
"value": "+0012345678"
}
]
}
],
"link": [
{
"other": {
"reference": "RelatedPerson/uc3-mother-fetus"
},
"type": "seealso"
}
]
}