FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.on.accdr.r4
Resource TypeConceptMap
Idcm-compositionstatus.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ConceptMap",
  "id": "cm-CDR-document-status",
  "url": "http://ontariohealth.ca/fhir/ConceptMap/cm-acCDR-document-status",
  "version": "1.0.0",
  "name": "v2toFHIRmapforacCDRDocumentStatus",
  "title": "v2 to FHIR map for acCDR DocumentStatus",
  "status": "active",
  "experimental": false,
  "date": "2023-05-28T12:47:40+10:00",
  "publisher": "Ontario Health",
  "group": [
    {
      "source": "http://ontariohealth.ca/fhir/CodeSystem/v2-cdf-message-type",
      "target": "http://hl7.org/fhir/composition-status",
      "element": [
        {
          "code": "P",
          "target": [
            {
              "code": "preliminary",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "F",
          "target": [
            {
              "code": "final",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "C",
          "target": [
            {
              "code": "amended",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "W",
          "target": [
            {
              "code": "entered-in-error",
              "equivalence": "equivalent"
            }
          ]
        }
      ]
    }
  ]
}