FHIR IG analytics| Package | hl7.fhir.us.birthdefectreporting |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-MotherRelatedPersonBirthingExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: RelatedPerson MotherRelatedPersonBirthingExample
Profile: RelatedPerson - Mother Vital Records
active: true
patient: Melanie Aurora Boucher (official) Female, DoB: 2020-08-08 ( Medical record number)
relationship: Mother
name: Miranda Stephanie Boucher
telecom: ph: 734-555-9800(Mobile)
gender: Female
birthDate: 1988-02-17
address: 45 Clearview Ave Ann Arbor MI 48105
| Language |
| English |
{
"resourceType": "RelatedPerson",
"id": "MotherRelatedPersonBirthingExample",
"meta": {
"profile": [
"http://hl7.org/fhir/us/vr-common-library/StructureDefinition/RelatedPerson-mother-vr"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"patient": {
"reference": "Patient/PatientNewbornExample"
},
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "MTH",
"display": "Mother"
}
]
}
],
"name": [
{
"family": "Boucher",
"given": [
"Miranda",
"Stephanie"
]
}
],
"telecom": [
{
"system": "phone",
"value": "734-555-9800",
"use": "mobile"
}
],
"gender": "female",
"birthDate": "1988-02-17",
"address": [
{
"line": [
"45 Clearview Ave"
],
"city": "Ann Arbor",
"state": "MI",
"postalCode": "48105"
}
],
"communication": [
{
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "en",
"display": "English"
}
]
}
}
]
}