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

FHIR IG analytics

Packagedk.ehmi.terminology
Resource TypeCodeSystem
IdCodeSystem-nhr-rootnamespace.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/medcomdk/dk-ehmi-terminology/CodeSystem-nhr-rootnamespace.html
URLhttp://medcomehmi.dk/ig/terminology/CodeSystem/nhr-rootnamespace
Version1.0.0
Statusactive
Date2025-01-01
NameNHR_RootNamespace
TitleEHMI Endpoint Register (EER) - MedCom Message Definition Uri CS
Realmdk
DescriptionCodeSystem containing MedCom Message codes for message exchange in EHMI
Contentcomplete

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: CodeSystem nhr-rootnamespace

This case-sensitive code system http://medcomehmi.dk/ig/terminology/CodeSystem/nhr-rootnamespace defines the following codes:

CodeDisplay
urn:dk:healthcare:medcom:messaging:edifact edifact RootNamespace
urn:dk:healthcare:medcom:messaging:oioxml:schema:xsd OIOXML RootNamespace
urn:dk:healthcare:medcom:messaging:fhir:structuredefinition FHIR RootNamespace

Source1

{
  "resourceType": "CodeSystem",
  "id": "nhr-rootnamespace",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://medcomehmi.dk/ig/terminology/CodeSystem/nhr-rootnamespace",
  "version": "1.0.0",
  "name": "NHR_RootNamespace",
  "title": "EHMI Endpoint Register (EER) - MedCom Message Definition Uri CS",
  "status": "active",
  "experimental": false,
  "date": "2025-01-01",
  "publisher": "MedCom",
  "contact": [
    {
      "name": "MedCom",
      "telecom": [
        {
          "system": "url",
          "value": "http://medcom.dk"
        },
        {
          "system": "email",
          "value": "ehmi@medcom.dk"
        }
      ]
    }
  ],
  "description": "CodeSystem containing MedCom Message codes for message exchange in EHMI",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DK",
          "display": "Denmark"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "urn:dk:healthcare:medcom:messaging:edifact",
      "display": "edifact RootNamespace"
    },
    {
      "code": "urn:dk:healthcare:medcom:messaging:oioxml:schema:xsd",
      "display": "OIOXML RootNamespace"
    },
    {
      "code": "urn:dk:healthcare:medcom:messaging:fhir:structuredefinition",
      "display": "FHIR RootNamespace"
    }
  ]
}