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

FHIR IG Statistics: StructureDefinition/gd-Address-box

Packageehelse.fhir.no.grunndata.test
Resource TypeStructureDefinition
Idgd-Address-box
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ehelse.fhir.no.grunndata.test@2.3.3&canonical=http://ehelse.no/fhir/StructureDefinition/gd-Address-box
URLhttp://ehelse.no/fhir/StructureDefinition/gd-Address-box
Version2.3.0
Statusdraft
Date2019-10-17
NameGdAddressBox
DescriptionContains information and metadata for addresses defined in Norwegian Master Person Index (FREG) and Norwegian Directorate of e-Health's health related Master Person Index. The profile defines information structure of a Norwegian post box address (postboksadresse), as defined by FREG. postadresse til en postboks
Purposepostboksadresse
TypeAddress
Kindcomplex-type

Resources that use this resource

StructureDefinition
gd-PersonGdPerson

Resources that this resource uses

StructureDefinition
gd-AddressGdAddress
gd-box-addressGdBoxAddress

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "gd-Address-box",
  "url": "http://ehelse.no/fhir/StructureDefinition/gd-Address-box",
  "version": "2.3.0",
  "name": "GdAddressBox",
  "status": "draft",
  "date": "2019-10-17",
  "description": "Contains information and metadata for addresses defined in Norwegian Master Person Index (FREG) and Norwegian Directorate of e-Health's health related Master Person Index.\r\n\r\nThe profile defines information structure of a Norwegian post box address (postboksadresse), as defined by FREG.\r\n\r\npostadresse til en postboks",
  "purpose": "postboksadresse",
  "fhirVersion": "4.0.0",
  "mapping": [
    {
      "identity": "freg",
      "name": "postboksadresse"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "type": "Address",
  "baseDefinition": "http://ehelse.no/fhir/StructureDefinition/gd-Address",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Address",
        "path": "Address",
        "definition": "The profile defines information structure of a Norwegian post box address (postboksadresse), as defined by FREG.\r\npostadresse til en postboks\r\n\r\nGrunndata adresse\r\nContains information and metadata for addresses defined in Norwegian Master Person Index and Norwegian Directorate of e-Health's health related Master Person Index.\r\n\r\nAn address expressed using postal conventions (as opposed to GPS or other location definition formats).  This data type may be used to convey addresses for use in delivering mail as well as for visiting locations which might not be valid for mail delivery.  There are a variety of postal address formats defined around the world.",
        "alias": [
          "postboksadresse"
        ],
        "mapping": [
          {
            "identity": "freg",
            "map": "postboksadresse"
          }
        ]
      },
      {
        "id": "Address.extension",
        "path": "Address.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Address.extension:postBoxOwner",
        "path": "Address.extension",
        "sliceName": "postBoxOwner",
        "short": "postbokseier fra FREG",
        "definition": "postbokseier fra FREG, den som leier postboksen fra eier av postboksanlegget",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://ehelse.no/fhir/StructureDefinition/gd-box-address"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Address.line",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode": "normative"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode": "4.0.0"
          }
        ],
        "path": "Address.line",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Address.line.extension",
        "path": "Address.line.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Address.line.extension:postBox",
        "path": "Address.line.extension",
        "sliceName": "postBox",
        "short": "postboks fra FREG",
        "definition": "postboks fra FREG, identifikator på postboks som består av landets betegnelse for postboks samt den alfanumeriske identifikatoren til denne",
        "alias": [
          "postboks"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox"
            ]
          }
        ],
        "mustSupport": true,
        "mapping": [
          {
            "identity": "freg",
            "map": "postboks"
          }
        ]
      }
    ]
  }
}