FHIR IG analytics| Package | nictiz.fhir.nl.stu3.geboortezorg |
| Resource Type | RelatedPerson |
| Id | MotherOf.json |
| FHIR Version | R3 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "RelatedPerson",
"id": "example-mother",
"meta": {
"profile": [
"http://nictiz.nl/fhir/StructureDefinition/bc-MotherOf"
]
},
"patient": {
"reference": "Patient/examplechild",
"display": "Example Child"
},
"relationship": {
"coding": [
{
"system": "http://hl7.org/fhir/v3/RoleCode",
"code": "MTH",
"display": "Mother"
}
]
}
}