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

FHIR IG Statistics: StructureDefinition/gd-municipalitycoded.StructureDefinition

Packageehelse.fhir.no.grunndata.test
Resource TypeStructureDefinition
Idgd-municipalitycoded.StructureDefinition
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ehelse.fhir.no.grunndata.test@2.3.3&canonical=http://ehelse.no/fhir/StructureDefinition/gd-municipalitycoded
URLhttp://ehelse.no/fhir/StructureDefinition/gd-municipalitycoded
Version3.0.0
Statusdraft
NameGdMunicipalitycoded
DescriptionCoded value for municipality/county Norwegian kommune
TypeExtension
Kindcomplex-type

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "http://ehelse.no/fhir/StructureDefinition/gd-municipalitycoded",
  "version": "3.0.0",
  "name": "GdMunicipalitycoded",
  "status": "draft",
  "description": "Coded value for municipality/county Norwegian kommune",
  "fhirVersion": "4.0.0",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Address.district"
    },
    {
      "type": "element",
      "expression": "Address"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "definition": "Coded value for municipality/county, Norwegian kommune",
        "alias": [
          "kommunenummer",
          "kommune",
          "county"
        ]
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://ehelse.no/fhir/StructureDefinition/gd-municipalitycoded"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "strength": "required",
          "description": "kommunenummer according to CodeSystem",
          "valueSet": "urn:oid:2.16.578.1.12.4.1.1.3402"
        }
      },
      {
        "id": "Extension.value[x].system",
        "path": "Extension.value[x].system",
        "fixedUri": "urn:oid:2.16.578.1.12.4.1.1.3402"
      },
      {
        "id": "Extension.value[x].code",
        "path": "Extension.value[x].code",
        "alias": [
          "kommunenummer"
        ]
      }
    ]
  }
}