FHIR IG analytics| Package | nictiz.fhir.nl.stu3.geboortezorg |
| Resource Type | EpisodeOfCare |
| Id | MaternalRecord.json |
| FHIR Version | R3 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "EpisodeOfCare",
"id": "dossier-example",
"meta": {
"profile": [
"http://fhir.nl/fhir/StructureDefinition/nl-core-episodeofcare",
"http://nictiz.nl/fhir/StructureDefinition/bc-MaternalRecord"
]
},
"identifier": [
{
"system": "urn:oid:2.16.840.1.113883.2.4.3.11.999.7.6",
"value": "72365"
}
],
"status": "finished",
"type": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "364320009",
"display": "observatie betreffende zwangerschap (waarneembare entiteit)"
}
]
}
],
"diagnosis": [
{
"condition": {
"reference": "Condition/examplezwanger1"
}
}
],
"patient": {
"reference": "Patient/example",
"display": "Example Patient"
},
"managingOrganization": {
"reference": "Organization/ziekenhuis",
"display": "Ziekenhuis"
},
"period": {
"start": "2015-11-10",
"end": "2016-08-04"
},
"careManager": {
"extension": [
{
"url": "http://nictiz.nl/fhir/StructureDefinition/practitionerrole-reference",
"valueReference": {
"reference": "PractitionerRole/zorgverlener-gyn",
"display": "Dr. Gyn Gynaecoloog"
}
}
],
"reference": "Practitioner/zorgverlener-gyn",
"display": "Dr. Gyn"
}
}