FHIR Belgium Base IG
0.1.0 -

FHIR Belgium Base IG - Local Development build (v0.1.0). See the Directory of published versions

- JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "NamingSystem",
  "id" : "be-nihdi",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: be-nihdi</p><p><b>name</b>: BeNIHDINamingSystem</p><p><b>status</b>: active</p><p><b>kind</b>: identifier</p><p><b>date</b>: 07-Jun-2019 00:00:00</p><p><b>publisher</b>: HL7 Belgium</p><p><b>contact</b>: </p><p><b>description</b>: RIZIV/INAMI</p><p><b>jurisdiction</b>: Belgium <span style=\"background: LightGoldenRodYellow\">(Details : {http://unstats.un.org/unsd/methods/m49/m49.htm code '056' = 'Belgium (BEL))</span></p><blockquote><p><b>uniqueId</b></p><p><b>type</b>: uri</p><p><b>value</b>: https://www.ehealth.fgov.be/standards/fhir/NamingSystem/nihdi</p><p><b>preferred</b>: true</p></blockquote><blockquote><p><b>uniqueId</b></p><p><b>type</b>: oid</p><p><b>value</b>: 2.16.840.1.113883.3.6777.5.2</p><p><b>preferred</b>: false</p></blockquote></div>"
  },
  "name" : "BeNIHDINamingSystem",
  "status" : "active",
  "kind" : "identifier",
  "date" : "2019-06-07T00:00:00+02:00",
  "publisher" : "HL7 Belgium",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "other",
          "value" : "http://hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description" : "RIZIV/INAMI",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "056"
        }
      ],
      "text" : "Belgium"
    }
  ],
  "uniqueId" : [
    {
      "type" : "uri",
      "value" : "https://www.ehealth.fgov.be/standards/fhir/NamingSystem/nihdi",
      "preferred" : true
    },
    {
      "type" : "oid",
      "value" : "2.16.840.1.113883.3.6777.5.2",
      "preferred" : false
    }
  ]
}