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

FHIR IG Statistics: ConceptMap/StructuredIndicatorOah2FHIR

Packagehl7.eu.fhir.oah
Resource TypeConceptMap
IdStructuredIndicatorOah2FHIR
FHIR VersionR4
Sourcehttp://hl7.eu/fhir/ig/oah/https://build.fhir.org/ig/hl7-eu/oah/ConceptMap-StructuredIndicatorOah2FHIR.html
URLhttp://hl7.eu/fhir/ig/oah/ConceptMap/StructuredIndicatorOah2FHIR
Version0.1.0-ci-build
Statusdraft
Date2025-08-11T08:52:23+00:00
NameStructuredIndicatorOah2FHIR
TitleOAH Structured Indicator Model to this guide Map
Realmeu
Authorityhl7
DescriptionOAH Structured Indicator Model to this guide mapping

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
StructuredIndicatorStructured Indicator
observation-with-component-oahObservation: OAH indicators with Components

Narrative

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

Generated Narrative: ConceptMap StructuredIndicatorOah2FHIR

Mapping from (not specified) to (not specified)


Group 1 Mapping from Structured Indicator to Observation: OAH indicators with Components

Source CodeRelationshipTarget CodeComment
sampleDetails (Sample)is related toObservationThis filed is realized by the subject and the specimen elements
sampleDetails (Sample)is related toObservation.subject
sampleDetails (Sample)is related toObservation.specimen
type (What is measured)is equivalent toObservation.code
date (Observation date)is equivalent toObservation.effectiveDateTime
performer[x] (Who made the measure)is equivalent toObservation.performer[x]It could be a Person or an Organization
componentis related toObservation.component
component.type (What is measured)is equivalent toObservation.component.code
component.result[x] (Result)is equivalent toObservation.component.value[x]

Source

{
  "resourceType": "ConceptMap",
  "id": "StructuredIndicatorOah2FHIR",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.eu/fhir/ig/oah/ConceptMap/StructuredIndicatorOah2FHIR",
  "version": "0.1.0-ci-build",
  "name": "StructuredIndicatorOah2FHIR",
  "title": "OAH  Structured Indicator Model to this guide Map",
  "status": "draft",
  "experimental": true,
  "date": "2025-08-11T08:52:23+00:00",
  "publisher": "OneAquaHealth Project",
  "contact": [
    {
      "name": "OneAquaHealth Project",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.oneaquahealth.eu"
        }
      ]
    }
  ],
  "description": "OAH Structured Indicator Model to this guide mapping",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "150",
          "display": "Europe"
        }
      ]
    }
  ],
  "group": [
    {
      "source": "http://hl7.eu/fhir/ig/oah/StructureDefinition/StructuredIndicator",
      "target": "http://hl7.eu/fhir/ig/oah/StructureDefinition/observation-with-component-oah",
      "element": [
        {
          "code": "sampleDetails",
          "display": "Sample",
          "target": [
            {
              "code": "Observation",
              "equivalence": "relatedto",
              "comment": "This filed is realized by the subject and the specimen elements"
            }
          ]
        },
        {
          "code": "sampleDetails",
          "display": "Sample",
          "target": [
            {
              "code": "Observation.subject",
              "equivalence": "relatedto"
            }
          ]
        },
        {
          "code": "sampleDetails",
          "display": "Sample",
          "target": [
            {
              "code": "Observation.specimen",
              "equivalence": "relatedto"
            }
          ]
        },
        {
          "code": "type",
          "display": "What is measured",
          "target": [
            {
              "code": "Observation.code",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "date",
          "display": "Observation date",
          "target": [
            {
              "code": "Observation.effectiveDateTime",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "performer[x]",
          "display": "Who made the measure",
          "target": [
            {
              "code": "Observation.performer[x]",
              "equivalence": "equivalent",
              "comment": "It could be a Person or an Organization"
            }
          ]
        },
        {
          "code": "component",
          "display": "Component",
          "target": [
            {
              "code": "Observation.component",
              "equivalence": "relatedto"
            }
          ]
        },
        {
          "code": "component.type",
          "display": "What is measured",
          "target": [
            {
              "code": "Observation.component.code",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "component.result[x]",
          "display": "Result",
          "target": [
            {
              "code": "Observation.component.value[x]",
              "equivalence": "equivalent"
            }
          ]
        }
      ]
    }
  ]
}