FHIR IG analytics| Package | nictiz.fhir.nl.stu3.geboortezorg |
| Resource Type | Observation |
| Id | NumberBornLiving.json |
| FHIR Version | R3 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "example-aantal-levende-kinderen",
"meta": {
"profile": [
"http://fhir.nl/fhir/StructureDefinition/nl-core-observation",
"http://nictiz.nl/fhir/StructureDefinition/bc-PregnancyObservation"
]
},
"extension": [
{
"url": "http://nictiz.nl/fhir/StructureDefinition/observation-focusSTU3",
"valueReference": {
"reference": "Condition/Zwangerschap",
"display": "Zwangerschap"
}
}
],
"status": "final",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "143881000146107",
"display": "aantal levende nakomelingen (waarneembare entiteit)"
}
]
},
"subject": {
"reference": "Patient/EXAMPLE",
"display": "example"
},
"context": {
"reference": "EpisodeOfCare/Zwangerschapsdossier"
},
"effectiveDateTime": "2020-04-15",
"performer": [
{
"reference": "Practitioner/example",
"display": "Vera de Los"
}
],
"valueQuantity": {
"value": 1,
"system": "http://unitsofmeasure.org",
"code": "1"
},
"comment": "Gezonde nakomeling",
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "418799008",
"display": "symptoom gerapporteerd door patiƫnt of andere bron van voorgeschiedenis (bevinding)"
}
]
}
}