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

FHIR IG Statistics: CodeSystem/range-minop

Packageopenehr.base
TypeCodeSystem
Idrange-minop
FHIR VersionR5
Sourcehttp://openehr.org/fhir/https://build.fhir.org/ig/FHIR/openehr-base-ig/CodeSystem-range-minop.html
URLhttps://specifications.openehr.org/fhir/codesystem-range-minop
Version0.1.0
Statusactive
Date2024-08-22
NameRangeMinOpCS
TitleRange MinOp CodeSystem
Realmuv
Authorityhl7
DescriptionRange MinOp CodeSystem
Contentcomplete

Resources that use this resource

ValueSet
valueset-range-minopRange MinOp ValueSet

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem range-minop

This case-sensitive code system https://specifications.openehr.org/fhir/codesystem-range-minop defines the following codes:

Code
>=
>

Source

{
  "resourceType": "CodeSystem",
  "id": "range-minop",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 3,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://openehr.org/fhir/ImplementationGuide/openehr.base"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "informative",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://openehr.org/fhir/ImplementationGuide/openehr.base"
          }
        ]
      }
    }
  ],
  "url": "https://specifications.openehr.org/fhir/codesystem-range-minop",
  "version": "0.1.0",
  "name": "RangeMinOpCS",
  "title": "Range MinOp CodeSystem",
  "status": "active",
  "experimental": false,
  "date": "2024-08-22",
  "publisher": "openEHR + HL7",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.openehr.org"
        }
      ]
    }
  ],
  "description": "Range MinOp CodeSystem",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": ">=",
      "display": ">="
    },
    {
      "code": ">",
      "display": ">"
    }
  ]
}