C-CDA on FHIR, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/ccda-on-fhir/ and changes regularly. See the Directory of published versions
Active as of 2024-09-22 |
{
"resourceType" : "ConceptMap",
"id" : "CF-EncounterStatus",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ConceptMap CF-EncounterStatus</b></p><a name=\"CF-EncounterStatus\"> </a><a name=\"hcCF-EncounterStatus\"> </a><a name=\"CF-EncounterStatus-en-US\"> </a><p>Mapping from <a href=\"http://terminology.hl7.org/6.1.0/CodeSystem-v3-ActStatus.html\">http://terminology.hl7.org/CodeSystem/v3-ActStatus</a> to <a href=\"http://hl7.org/fhir/R4/codesystem-encounter-status.html\">http://hl7.org/fhir/encounter-status</a></p><br/><p><b>Group 1 </b>Mapping from <a href=\"http://terminology.hl7.org/6.1.0/CodeSystem-v3-ActStatus.html\">ActStatus</a> to <a href=\"http://hl7.org/fhir/R4/codesystem-encounter-status.html\">EncounterStatus</a></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td><td><b>Comment</b></td></tr><tr><td>aborted</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#wider\" title=\"wider\">maps to wider concept</a></td><td>unknown</td><td>Semantically this could be 'finished', but that might imply completion.</td></tr><tr><td>active</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#equal\" title=\"equal\">is equal to</a></td><td>in-progress</td><td/></tr><tr><td>cancelled</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#equal\" title=\"equal\">is equal to</a></td><td>cancelled</td><td/></tr><tr><td>completed</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#equal\" title=\"equal\">is equal to</a></td><td>finished</td><td/></tr><tr><td>held</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#wider\" title=\"wider\">maps to wider concept</a></td><td>planned</td><td>Held encounters have been planned, but intent to execute has been suspended.</td></tr><tr><td>new</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#wider\" title=\"wider\">maps to wider concept</a></td><td>unknown</td><td>This is not Planned, because New encounters have been planned but may or may not have been started. 'Planned' encounters in FHIR have not been started.</td></tr><tr><td>suspended</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#narrower\" title=\"narrower\">narrower</a></td><td>onleave</td><td>Suspended encounters have been started, but intent to execute has been temporarily stopped. On-leave is a special case of this circumstance.</td></tr><tr><td>nullified</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#equal\" title=\"equal\">is equal to</a></td><td>entered-in-error</td><td/></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "cgp"
}
],
"url" : "http://hl7.org/fhir/us/ccda/ConceptMap/CF-EncounterStatus",
"version" : "2.0.0-ballot",
"name" : "CCDAtoFHIREncounterStatus",
"title" : "C-CDA to FHIR Encounter Status",
"status" : "active",
"experimental" : false,
"date" : "2024-09-22T17:40:28+00:00",
"publisher" : "HL7 International / Cross-Group Projects",
"contact" : [
{
"name" : "HL7 International / Cross-Group Projects",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/cgp"
}
]
}
],
"description" : "C-CDA to FHIR Encounter Status",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"sourceUri" : "http://terminology.hl7.org/CodeSystem/v3-ActStatus",
"targetUri" : "http://hl7.org/fhir/encounter-status",
"group" : [
{
"source" : "http://terminology.hl7.org/CodeSystem/v3-ActStatus",
"target" : "http://hl7.org/fhir/encounter-status",
"element" : [
{
"code" : "aborted",
"display" : "Aborted",
"target" : [
{
"code" : "unknown",
"display" : "Unknown",
"equivalence" : "wider",
"comment" : "Semantically this could be 'finished', but that might imply completion."
}
]
},
{
"code" : "active",
"display" : "Active",
"target" : [
{
"code" : "in-progress",
"display" : "In Progress",
"equivalence" : "equal"
}
]
},
{
"code" : "cancelled",
"display" : "Cancelled",
"target" : [
{
"code" : "cancelled",
"display" : "Cancelled",
"equivalence" : "equal"
}
]
},
{
"code" : "completed",
"display" : "Completed",
"target" : [
{
"code" : "finished",
"display" : "Finished",
"equivalence" : "equal"
}
]
},
{
"code" : "held",
"display" : "Held",
"target" : [
{
"code" : "planned",
"display" : "Planned",
"equivalence" : "wider",
"comment" : "Held encounters have been planned, but intent to execute has been suspended."
}
]
},
{
"code" : "new",
"display" : "New",
"target" : [
{
"code" : "unknown",
"display" : "Unknown",
"equivalence" : "wider",
"comment" : "This is not Planned, because New encounters have been planned but may or may not have been started. 'Planned' encounters in FHIR have not been started."
}
]
},
{
"code" : "suspended",
"display" : "Suspended",
"target" : [
{
"code" : "onleave",
"display" : "On Leave",
"equivalence" : "narrower",
"comment" : "Suspended encounters have been started, but intent to execute has been temporarily stopped. On-leave is a special case of this circumstance."
}
]
},
{
"code" : "nullified",
"display" : "Nullified",
"target" : [
{
"code" : "entered-in-error",
"display" : "Entered in Error",
"equivalence" : "equal"
}
]
}
]
}
]
}