FHIR IG analytics| Package | nictiz.fhir.nl.stu3.geboortezorg |
| Resource Type | Encounter |
| Id | PostnatalFollowUp.json |
| FHIR Version | R3 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Encounter",
"id": "postnatalefollowup",
"meta": {
"profile": [
"http://nictiz.nl/fhir/StructureDefinition/bc-Encounter"
]
},
"status": "finished",
"class": {
"extension": [
{
"url": "http://nictiz.nl/fhir/StructureDefinition/code-specification",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/v3/ActCode",
"code": "AMB",
"display": "Ambulatory"
}
],
"text": "Poliklinisch"
}
}
]
},
"type": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "384636006",
"display": "maternaal postnataal onderzoek 6 weken na bevalling (verrichting)"
}
]
}
],
"subject": {
"reference": "Patient/XXX-VDWOUDEN"
},
"episodeOfCare": [
{
"reference": "EpisodeOfCare/wouden-dossier-zwanger1"
}
],
"participant": [
{
"individual": {
"extension": [
{
"url": "http://nictiz.nl/fhir/StructureDefinition/practitionerrole-reference",
"valueReference": {
"reference": "PractitionerRole/zorgverlener-janssen-verloskundigenpraktijk-B"
}
}
]
}
}
],
"period": {
"start": "2016-04-03T14:30:00+01:00"
},
"diagnosis": [
{
"condition": {
"reference": "Condition/wouden-zwanger3"
}
}
]
}