Package | hl7.fhir.us.ccda |
Type | ConceptMap |
Id | CF-EncounterStatus |
FHIR Version | R4 |
Source | http://hl7.org/fhir/us/ccda/https://build.fhir.org/ig/HL7/ccda-on-fhir/ConceptMap-CF-EncounterStatus.html |
URL | http://hl7.org/fhir/us/ccda/ConceptMap/CF-EncounterStatus |
Version | 2.0.0-ballot |
Status | active |
Date | 2024-09-22T17:40:28+00:00 |
Name | CCDAtoFHIREncounterStatus |
Title | C-CDA to FHIR Encounter Status |
Realm | us |
Authority | hl7 |
Description | C-CDA to FHIR Encounter Status |
No resources found
CodeSystem | |
v3-ActStatus | ActStatus |
v3-ActStatus | ActStatus |
Note: links and images are rebased to the (stated) source
Generated Narrative: ConceptMap CF-EncounterStatus
Mapping from http://terminology.hl7.org/CodeSystem/v3-ActStatus to http://hl7.org/fhir/encounter-status
Group 1 Mapping from ActStatus to EncounterStatus
Source Code | Relationship | Target Code | Comment |
aborted | maps to wider concept | unknown | Semantically this could be 'finished', but that might imply completion. |
active | is equal to | in-progress | |
cancelled | is equal to | cancelled | |
completed | is equal to | finished | |
held | maps to wider concept | planned | Held encounters have been planned, but intent to execute has been suspended. |
new | maps to wider concept | unknown | 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. |
suspended | narrower | onleave | Suspended encounters have been started, but intent to execute has been temporarily stopped. On-leave is a special case of this circumstance. |
nullified | is equal to | entered-in-error |
{ "resourceType": "ConceptMap", "id": "CF-EncounterStatus", "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "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" } ] } ] } ] }