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

FHIR IG analytics

Packagehl7.fhir.uv.omop
Resource TypeCodeSystem
IdCodeSystem-FHIRToOMOPRequirementCodes.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/HL7/fhir-omop-ig/CodeSystem-FHIRToOMOPRequirementCodes.html
URLhttp://hl7.org/fhir/uv/omop/CodeSystem/FHIRToOMOPRequirementCodes
Version2.0.0-ballot
Statusactive
Date2026-08-05T23:07:43+00:00
NameFHIRToOMOPRequirementCodes
TitleFHIR to OMOP Requirement Codes
Realmuv
Authorityhl7
DescriptionCodes defined as part of the FHIR to OMOP implementation guide used for requirement categories.
Contentcomplete

Resources that use this resource

ValueSet
hl7.fhir.uv.omop#currentcs-categoriesFHIR to OMOP Conformance Statement Categories

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem FHIRToOMOPRequirementCodes

Properties

This code system defines the following properties for its concepts

NameCodeURITypeDescription
requirements-categoryrequirements-categoryhttp://hl7.org/fhir/uv/omop/CodeSystem/FHIRToOMOPRequirementCodes#requirement-categoryCodingThe is-a relationship between this requirement code to the Requirements Category code.

Concepts

This case-sensitive code system http://hl7.org/fhir/uv/omop/CodeSystem/FHIRToOMOPRequirementCodes defines the following codes in a Is-A hierarchy:

LvlCodeDisplayDefinitionrequirements-category
1_reqcat Requirements CategoriesCodes that help to categorize requirements statements
2  scope scopeRequirements related to scope, versioning, and conformance frameworknon-functional
2  data dataRequirements related to source FHIR data expectationsprocessing
2  identifier identifierRequirements related to identifier handling and privacyprocessing
2  codes codesRequirements related to code mapping and terminologyprocessing
2  concept conceptRequirements related to the OMOP type concept fieldsprocessing
2  status statusRequirements related to status, intent, and filteringprocessing
2  temporal temporalRequirements related to temporal precisionprocessing
2  dataloss datalossRequirements related to granularity and data lossprocessing
2  models modelsRequirements related to logical models and StructureMapsprocessing
2  traceability traceabilityRequirements related to traceability, lineage, and reproducibilityprocessing
2  terminology terminologyRequirements related to terminology server interactionprocessing
2  testing testingRequirements related to testing and coverageprocessing

Source1

{
  "resourceType": "CodeSystem",
  "id": "FHIRToOMOPRequirementCodes",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "brr"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/omop/ImplementationGuide/hl7.fhir.uv.omop"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/omop/ImplementationGuide/hl7.fhir.uv.omop"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/uv/omop/CodeSystem/FHIRToOMOPRequirementCodes",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.77.16.1"
    }
  ],
  "version": "2.0.0-ballot",
  "name": "FHIRToOMOPRequirementCodes",
  "title": "FHIR to OMOP Requirement Codes",
  "status": "active",
  "experimental": false,
  "date": "2026-08-05T23:07:43+00:00",
  "publisher": "HL7 International / Biomedical Research and Regulation",
  "contact": [
    {
      "name": "HL7 International / Biomedical Research and Regulation",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/rcrim"
        }
      ]
    }
  ],
  "description": "Codes defined as part of the FHIR to OMOP implementation guide used for requirement categories.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "hierarchyMeaning": "is-a",
  "content": "complete",
  "count": 13,
  "property": [
    {
      "code": "requirements-category",
      "uri": "http://hl7.org/fhir/uv/omop/CodeSystem/FHIRToOMOPRequirementCodes#requirement-category",
      "description": "The is-a relationship between this requirement code to the Requirements Category code.",
      "type": "Coding"
    }
  ],
  "concept": [
    {
      "code": "_reqcat",
      "display": "Requirements Categories",
      "definition": "Codes that help to categorize requirements statements",
      "property": [
        {
          "code": "abstract",
          "valueBoolean": true
        }
      ],
      "concept": [
        {
          "code": "scope",
          "display": "scope",
          "definition": "Requirements related to scope, versioning, and conformance framework",
          "property": [
            {
              "code": "requirements-category",
              "valueCoding": {
                "code": "non-functional"
              }
            }
          ]
        },
        {
          "code": "data",
          "display": "data",
          "definition": "Requirements related to source FHIR data expectations",
          "property": [
            {
              "code": "requirements-category",
              "valueCoding": {
                "code": "processing"
              }
            }
          ]
        },
        {
          "code": "identifier",
          "display": "identifier",
          "definition": "Requirements related to identifier handling and privacy",
          "property": [
            {
              "code": "requirements-category",
              "valueCoding": {
                "code": "processing"
              }
            }
          ]
        },
        {
          "code": "codes",
          "display": "codes",
          "definition": "Requirements related to code mapping and terminology",
          "property": [
            {
              "code": "requirements-category",
              "valueCoding": {
                "code": "processing"
              }
            }
          ]
        },
        {
          "code": "concept",
          "display": "concept",
          "definition": "Requirements related to the OMOP type concept fields",
          "property": [
            {
              "code": "requirements-category",
              "valueCoding": {
                "code": "processing"
              }
            }
          ]
        },
        {
          "code": "status",
          "display": "status",
          "definition": "Requirements related to status, intent, and filtering",
          "property": [
            {
              "code": "requirements-category",
              "valueCoding": {
                "code": "processing"
              }
            }
          ]
        },
        {
          "code": "temporal",
          "display": "temporal",
          "definition": "Requirements related to temporal precision",
          "property": [
            {
              "code": "requirements-category",
              "valueCoding": {
                "code": "processing"
              }
            }
          ]
        },
        {
          "code": "dataloss",
          "display": "dataloss",
          "definition": "Requirements related to granularity and data loss",
          "property": [
            {
              "code": "requirements-category",
              "valueCoding": {
                "code": "processing"
              }
            }
          ]
        },
        {
          "code": "models",
          "display": "models",
          "definition": "Requirements related to logical models and StructureMaps",
          "property": [
            {
              "code": "requirements-category",
              "valueCoding": {
                "code": "processing"
              }
            }
          ]
        },
        {
          "code": "traceability",
          "display": "traceability",
          "definition": "Requirements related to traceability, lineage, and reproducibility",
          "property": [
            {
              "code": "requirements-category",
              "valueCoding": {
                "code": "processing"
              }
            }
          ]
        },
        {
          "code": "terminology",
          "display": "terminology",
          "definition": "Requirements related to terminology server interaction",
          "property": [
            {
              "code": "requirements-category",
              "valueCoding": {
                "code": "processing"
              }
            }
          ]
        },
        {
          "code": "testing",
          "display": "testing",
          "definition": "Requirements related to testing and coverage",
          "property": [
            {
              "code": "requirements-category",
              "valueCoding": {
                "code": "processing"
              }
            }
          ]
        }
      ]
    }
  ]
}