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

FHIR IG Statistics: StructureDefinition/nl-core-address-official

Packagenictiz.fhir.nl.stu3.zib2015
Resource TypeStructureDefinition
Idnl-core-address-official
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2015@1.0.0&canonical=http://fhir.nl/fhir/StructureDefinition/nl-core-address-official
URLhttp://fhir.nl/fhir/StructureDefinition/nl-core-address-official
Version1.0
Statusretired
Date2015-09-22T12:02:49+02:00
Namenl-core-address-official
Titlenl-core-address-official
Realmnl
Authorityhl7
DescriptionMark an address as an 'officially registered' address. In Dutch context that means it is registered in the Basisregistratie persoonsgegevens (BRP)
CopyrightCC0
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
nl-core-addressnl-core-address

Resources that this resource uses

No resources found


Examples of Use for Extension

ResourceVersion
Bundle/69ecfed3-f811-45be-969c-6fb1f32fcf19R3
Patient/330073R3

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "nl-core-address-official",
  "meta": {
    "versionId": "3",
    "lastUpdated": "2016-11-09T17:40:10.287+00:00"
  },
  "url": "http://fhir.nl/fhir/StructureDefinition/nl-core-address-official",
  "version": "1.0",
  "name": "nl-core-address-official",
  "title": "nl-core-address-official",
  "status": "retired",
  "date": "2015-09-22T12:02:49+02:00",
  "publisher": "HL7 Netherlands",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "email",
          "value": "info@nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Mark an address as an 'officially registered' address. In Dutch context that means it is registered in the Basisregistratie persoonsgegevens (BRP)",
  "copyright": "CC0",
  "fhirVersion": "3.0.1",
  "mapping": [
    {
      "identity": "hcim-address-v2.0.1-2015EN",
      "uri": "https://zibs.nl/wiki/Patient-v2.0.1(2015EN)",
      "name": "Address as part of HCIM Patient-v2.0.1(2015EN)",
      "comment": "Address has become an independent information model as of release 2017 of the HCIMs"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "Address"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "representation": [
          "xmlAttr"
        ],
        "type": [
          {
            "code": "uri"
          }
        ],
        "fixedUri": "http://fhir.nl/fhir/StructureDefinition/nl-core-address-official"
      },
      {
        "id": "Extension.valueBoolean",
        "path": "Extension.valueBoolean",
        "short": "true if part of an official registry. false if it is not",
        "definition": "When the value is true, this address is marked to be part of an official registry (Dutch realm: BRP). When the value is false, this address is explicitly marked as not part of an official registry.",
        "alias": [
          "true als deze deel is van een officieel register. false indien dat niet het geval is"
        ],
        "min": 1,
        "type": [
          {
            "code": "boolean"
          }
        ],
        "meaningWhenMissing": "When an address is not marked explicitly as official=true|false then no information can be inferred from that.",
        "mapping": [
          {
            "identity": "rim",
            "map": "AD/@use[.='OR']"
          },
          {
            "identity": "hcim-address-v2.0.1-2015EN",
            "map": "NL-CM:0.1.11"
          }
        ]
      }
    ]
  }
}