FHIR IG analytics| Package | nictiz.fhir.nl.stu3.geboortezorg |
| Resource Type | RelatedPerson |
| Id | Donor.json |
| FHIR Version | R3 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "RelatedPerson",
"id": "example-donor",
"meta": {
"profile": [
"http://nictiz.nl/fhir/StructureDefinition/bc-Donor"
]
},
"extension": [
{
"url": "http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson-role",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "430882007",
"display": "eiceldonor (persoon)"
}
]
}
}
],
"active": true,
"patient": {
"reference": "Patient/Example",
"display": "Example"
},
"birthDate": "1993-04-29"
}