FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ConceptMap/full

Packagehl7.fhir.uv.tx-ecosystem
Resource TypeConceptMap
Idfull
FHIR VersionR5
Sourcehttp://hl7.org/fhir/uv/tx-ecosystem
URLhttp://hl7.org/fhir/test/ConceptMap/full
Statusdraft
Date2024-04-11
NameFullConceptMapExample
TitleFull Concept Map Example
Realmuv
Authorityhl7

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
sourceSource Code System
targetTarget Code System
ValueSet
sourceSource ValueSet
targetTarget ValueSet

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ConceptMap",
  "id": "full",
  "url": "http://hl7.org/fhir/test/ConceptMap/full",
  "name": "FullConceptMapExample",
  "title": "Full Concept Map Example",
  "status": "draft",
  "date": "2024-04-11",
  "publisher": "HL7, Inc",
  "sourceScopeUri": "http://hl7.org/fhir/test/ValueSet/source",
  "targetScopeUri": "http://hl7.org/fhir/test/ValueSet/target",
  "group": [
    {
      "source": "http://hl7.org/fhir/test/CodeSystem/source",
      "target": "http://hl7.org/fhir/test/CodeSystem/target",
      "element": [
        {
          "code": "code-1",
          "target": [
            {
              "code": "code1",
              "relationship": "equivalent"
            }
          ]
        },
        {
          "code": "code-2",
          "target": [
            {
              "code": "code2",
              "relationship": "source-is-broader-than-target"
            }
          ]
        },
        {
          "code": "code-3",
          "target": [
            {
              "code": "code3",
              "relationship": "source-is-narrower-than-target"
            }
          ]
        },
        {
          "code": "code-2b",
          "target": [
            {
              "code": "code2b",
              "relationship": "not-related-to"
            }
          ]
        }
      ],
      "unmapped": {
        "mode": "fixed",
        "code": "temp",
        "relationship": "related-to"
      }
    }
  ]
}