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

FHIR IG Statistics: StructureDefinition/gd-separately-occupied-unit

Packageehelse.fhir.no.grunndata.test
Resource TypeStructureDefinition
Idgd-separately-occupied-unit
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ehelse.fhir.no.grunndata.test@2.3.3&canonical=http://ehelse.no/fhir/StructureDefinition/gd-separately-occupied-unit
URLhttp://ehelse.no/fhir/StructureDefinition/gd-separately-occupied-unit
Version2.3.0
Statusdraft
Date2019-10-16
NameGdSeparatelyOccupiedUnit
DescriptionIdentifies the number and type of a separately occupied unit as registered in the Norwegian Master Person Index.
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
gd-Address-cadastralGdAddressCadastral
gd-Address-streetGdAddressStreet

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",
  "id": "gd-separately-occupied-unit",
  "url": "http://ehelse.no/fhir/StructureDefinition/gd-separately-occupied-unit",
  "version": "2.3.0",
  "name": "GdSeparatelyOccupiedUnit",
  "status": "draft",
  "date": "2019-10-16",
  "description": "Identifies the number and type of a separately occupied unit as registered in the Norwegian Master Person Index.",
  "fhirVersion": "4.0.0",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Address"
    },
    {
      "type": "element",
      "expression": "Extension"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "bruksenhetstype og bruksenhetsnummer fra FREG",
        "definition": "Includes the identification and type of a separately occupied unit as registered in the Norwegian Master Person Index.",
        "alias": [
          "bruksenhet"
        ]
      },
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Extension.extension:separatelyOccupiedUnitType",
        "path": "Extension.extension",
        "sliceName": "separatelyOccupiedUnitType",
        "short": "bruksenhetstype fra FREG",
        "definition": "The type of separatelyOccupiedUnit from Norwegian Master Person Index (FREG).\r\n\r\nbolig\r\nannetEnnBolig\r\nfritidsbolig\r\nikkeGodkjentBolig\r\nunummerertBruksenhet",
        "alias": [
          "bruksenhetstype"
        ],
        "max": "1",
        "binding": {
          "strength": "required",
          "valueSet": "http://ehelse.no/fhir/ValueSet/gd-address-separatelyoccupiedunittype-v200"
        },
        "mapping": [
          {
            "identity": "freg",
            "map": "bruksenhetstype"
          }
        ]
      },
      {
        "id": "Extension.extension:separatelyOccupiedUnitType.url",
        "path": "Extension.extension.url",
        "fixedUri": "separatelyOccupiedUnitType"
      },
      {
        "id": "Extension.extension:separatelyOccupiedUnitType.value[x]",
        "path": "Extension.extension.value[x]",
        "type": [
          {
            "code": "code"
          }
        ]
      },
      {
        "id": "Extension.extension:separatelyOccupiedUnitNumber",
        "path": "Extension.extension",
        "sliceName": "separatelyOccupiedUnitNumber",
        "short": "bruksenhetsnummer fra FREG",
        "definition": "The identification of separatelyOccupiedUnit from Norwegian Master Person Index (FREG).\r\n\r\nen bokstav og fire siffer som entydig identifiserer den enkelte bruksenheten innenfor en adresserbar bygning eller bygningsdel",
        "alias": [
          "bruksenhetsnummer"
        ],
        "max": "1",
        "mapping": [
          {
            "identity": "freg",
            "map": "bruksenhetsnummer"
          }
        ]
      },
      {
        "id": "Extension.extension:separatelyOccupiedUnitNumber.url",
        "path": "Extension.extension.url",
        "fixedUri": "separatelyOccupiedUnitNumber"
      },
      {
        "id": "Extension.extension:separatelyOccupiedUnitNumber.value[x]",
        "path": "Extension.extension.value[x]",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://ehelse.no/fhir/StructureDefinition/gd-separately-occupied-unit"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "max": "0"
      }
    ]
  }
}