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

FHIR IG analytics

Packagehl7.fhir.us.ccda.r4b
Resource TypeConceptMap
IdConceptMap-CF-MedActivityMood.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ConceptMap CF-MedActivityMood

Mapping from https://vsac.nlm.nih.gov/valueset/2.16.840.1.113883.11.20.9.18 to Medication request intent


Group 1 Mapping from http://terminology.hl7.org/CodeSystem/2.16.840.1.113883.5.1001 to Medication request intent

Source CodeRelationshipTarget CodeComment
EVN (event)maps loosely toplanCDA mood codes are more general than FHIR intent codes, and there may be special cases where this inexact map does not work.
INT (intent)maps loosely toorderCDA mood codes are more general than FHIR intent codes, and there may be special cases where this inexact map does not work.

Source1

{
  "resourceType": "ConceptMap",
  "id": "CF-MedActivityMood",
  "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-MedActivityMood",
  "version": "2.0.0-ballot",
  "name": "CCDAtoFHIRMedActivityMood",
  "title": "CCDA Medication Activity Mood to FHIR MedicationRequest.intent",
  "status": "active",
  "experimental": false,
  "date": "2024-12-17T21:44:35+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": "CCDA Medication Activity Mood to FHIR MedicationRequest.intent",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "sourceUri": "https://vsac.nlm.nih.gov/valueset/2.16.840.1.113883.11.20.9.18",
  "targetUri": "http://hl7.org/fhir/ValueSet/medicationrequest-intent",
  "group": [
    {
      "source": "http://terminology.hl7.org/CodeSystem/2.16.840.1.113883.5.1001",
      "target": "http://hl7.org/fhir/CodeSystem/medicationrequest-intent",
      "element": [
        {
          "code": "EVN",
          "display": "event",
          "target": [
            {
              "code": "plan",
              "display": "plan",
              "equivalence": "inexact",
              "comment": "CDA mood codes are more general than FHIR intent codes, and there may be special cases where this inexact map does not work."
            }
          ]
        },
        {
          "code": "INT",
          "display": "intent",
          "target": [
            {
              "code": "order",
              "display": "order",
              "equivalence": "inexact",
              "comment": "CDA mood codes are more general than FHIR intent codes, and there may be special cases where this inexact map does not work."
            }
          ]
        }
      ]
    }
  ]
}