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

FHIR IG Statistics: StructureDefinition/no-basis-address-official

Packagetest.no.basis
Resource TypeStructureDefinition
Idno-basis-address-official
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=test.no.basis@2.2.0-beta3&canonical=http://hl7.no/fhir/StructureDefinition/no-basis-address-official
URLhttp://hl7.no/fhir/StructureDefinition/no-basis-address-official
Version2.0.6
Statusactive
Date2019-05-15
NameNoBasisAddressOfficial
Titleno-basis-address-official
DescriptionDefines the concept of an officialy registered address in Norway. Usually this will be the adress registered in "Folkeregisteret" for persons or "Enhetsregisteret" for organizations.
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
no-basis-Addressno-basis-Address

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": "no-basis-address-official",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2019-05-15T08:03:50.475+00:00"
  },
  "url": "http://hl7.no/fhir/StructureDefinition/no-basis-address-official",
  "version": "2.0.6",
  "name": "NoBasisAddressOfficial",
  "title": "no-basis-address-official",
  "status": "active",
  "experimental": false,
  "date": "2019-05-15",
  "description": "Defines the concept of an officialy registered address in Norway. Usually this will be the adress registered in \"Folkeregisteret\" for persons or \"Enhetsregisteret\" for organizations.",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Address"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "The concept of an officially registered address",
        "definition": "Defines the concept of an officially registered address in Norway. Usually this will be the adress registered in \"Folkeregisteret\" for persons or \"Enhetsregisteret\" for organizations.",
        "max": "1"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://hl7.no/fhir/StructureDefinition/no-basis-address-official"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "definition": "True for officially registered addresses, false for other addresses",
        "type": [
          {
            "code": "boolean"
          }
        ]
      }
    ]
  }
}