FHIR IG analytics| Package | eng.fhir.profile.dev |
| Resource Type | EpisodeOfCare |
| Id | EpisodeOfCare.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "EpisodeOfCare",
"id": "HC40-ER.episodeofcare",
"meta": {
"profile": [
"https://eng.it/fhir/StructureDefinition/EpisodeOfCare_Eng"
]
},
"status": "active",
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/episodeofcare-type",
"code": "hacc",
"display": "Home and Community Care"
}
]
}
],
"diagnosis": [
{
"condition": {
"reference": "Condition/1"
}
}
],
"patient": {
"reference": "Patient/1"
}
}