FHIR IG analytics| Package | nictiz.fhir.nl.stu3.geboortezorg |
| Resource Type | BodySite |
| Id | Foetus.json |
| FHIR Version | R3 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "BodySite",
"id": "example-fetus",
"meta": {
"profile": [
"http://nictiz.nl/fhir/StructureDefinition/bc-Fetus"
]
},
"extension": [
{
"url": "http://nictiz.nl/fhir/StructureDefinition/bc-bodysite-child",
"valueReference": {
"reference": "Patient/examplechild",
"display": "Child patient"
}
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "83418008",
"display": "gehele foetus (lichaamsstructuur)"
}
]
},
"patient": {
"reference": "Patient/example",
"display": "Example"
}
}