FHIR IG analytics| Package | ee.fhir.base |
| Resource Type | EpisodeOfCare |
| Id | EpisodeOfCare-eoc1.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: EpisodeOfCare eoc1
Profile: EEBase EpisodeOfCare
identifier: https://rh.ee/episodeofcare-identifier/123
status: Active
patient: Mart Mets (official) Male, DoB: 1973-02-10 ( https://fhir.ee/sid/pid/est/ni#37302102711)
managingOrganization: Organization Rakvere Haigla
period: 2023-05-09 --> (ongoing)
{
"resourceType": "EpisodeOfCare",
"id": "eoc1",
"meta": {
"profile": [
"https://fhir.ee/base/StructureDefinition/ee-episode-of-care"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://rh.ee/episodeofcare-identifier",
"value": "123"
}
],
"status": "active",
"patient": {
"reference": "Patient/pat1"
},
"managingOrganization": {
"reference": "Organization/rh"
},
"period": {
"start": "2023-05-09"
}
}