FHIR IG analytics| Package | nictiz.fhir.nl.stu3.geboortezorg |
| Resource Type | Observation |
| Id | BirthControl.json |
| FHIR Version | R3 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "birth-control-example",
"meta": {
"profile": [
"http://nictiz.nl/fhir/StructureDefinition/bc-BirthControl"
]
},
"status": "final",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "150811000119101",
"display": "voorlichting over contraceptieve zorg gegeven (situatie)"
}
]
},
"subject": {
"reference": "Patient/example",
"display": "Example"
},
"context": {
"reference": "EpisodeOfCare/kraamzorg"
},
"effectiveDateTime": "2011-09-02",
"valueBoolean": true,
"comment": "vrouw gewezen op risico's nieuwe zwangerschap",
"component": [
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "160601000146104",
"display": "anticonceptiemethode (waarneembare entiteit)"
}
]
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "169450001",
"display": "geen anticonceptie (situatie)"
}
]
}
}
]
}