FHIR IG analytics| Package | nictiz.fhir.nl.stu3.geboortezorg |
| Resource Type | Procedure |
| Id | ObstetricProcedure-PrenatalExamination.json |
| FHIR Version | R3 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Procedure",
"id": "prenataal-onderzoek",
"meta": {
"profile": [
"http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure"
]
},
"status": "completed",
"category": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "386637004",
"display": "obstetrische verrichting (verrichting)"
}
]
},
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "18114009",
"display": "prenataal onderzoek en zorg voor moeder (verrichting)"
}
]
},
"subject": {
"reference": "Patient/EXAMPLE",
"display": "Example"
},
"context": {
"reference": "EpisodeOfCare/example",
"display": "Zwangerschapsdossier"
},
"performedPeriod": {
"start": "2016-02-19",
"end": "2016-02-20"
}
}