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

FHIR IG Statistics: StructureDefinition/nl-core-location

Packagenictiz.fhir.nl.stu3.zib2015
Resource TypeStructureDefinition
Idnl-core-location
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2015@1.0.0&canonical=http://fhir.nl/fhir/StructureDefinition/nl-core-location
URLhttp://fhir.nl/fhir/StructureDefinition/nl-core-location
Statusretired
Date2017-04-24T15:43:00.0480766+02:00
Namenl-core-location
Titlenl-core-location
Realmnl
Authorityhl7
DescriptionA Location resource as defined for the Dutch realm
CopyrightCC0
TypeLocation
Kindresource

Resources that use this resource

StructureDefinition
eAfspraak-AppointmenteAfspraak Appointment
nl-core-healthcareservicenl-core-healthcareservice
nl-core-locationnl-core-location
zib-AppointmentHCIM Appointment
zib-DispenseHCIM Dispense
zib-MedicalAidRequestHCIM MedicalAid Request
zib-ProcedureRequestHCIM ProcedureRequest
nl-core-careplannl-core-careplan
nl-core-observationnl-core-observation
zib-MedicalDeviceProductHCIM MedicalDevice Product
zib-MedicalDeviceRequestHCIM MedicalDevice Request

Resources that this resource uses

StructureDefinition
nl-core-addressnl-core-address
nl-core-locationnl-core-location
nl-core-organizationnl-core-organization

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "nl-core-location",
  "meta": {
    "lastUpdated": "2017-04-24T16:03:41.969+02:00"
  },
  "url": "http://fhir.nl/fhir/StructureDefinition/nl-core-location",
  "name": "nl-core-location",
  "title": "nl-core-location",
  "status": "retired",
  "date": "2017-04-24T15:43:00.0480766+02:00",
  "publisher": "HL7 Netherlands",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "email",
          "value": "info@nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "A Location resource as defined for the Dutch realm",
  "copyright": "CC0",
  "fhirVersion": "3.0.1",
  "mapping": [
    {
      "identity": "hcim-contactinformation-v2.0.1-2015EN",
      "uri": "https://zibs.nl/wiki/Patient-v2.0.1(2015EN)",
      "name": "HCIM Patient-v2.0.1(2015EN)",
      "comment": "ContactInformation has become an independent information model as of release 2017 of the HCIMs"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Location",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Location",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Location",
        "path": "Location"
      },
      {
        "id": "Location.telecom",
        "path": "Location.telecom",
        "short": "ContactInformation",
        "alias": [
          "Contactgegevens"
        ],
        "mapping": [
          {
            "identity": "hcim-contactinformation-v2.0.1-2015EN",
            "map": "NL-CM:0.1.5"
          }
        ]
      },
      {
        "id": "Location.telecom.system",
        "path": "Location.telecom.system",
        "min": 1
      },
      {
        "id": "Location.telecom.value",
        "path": "Location.telecom.value",
        "short": "TelephoneNumber / E-mailAddress",
        "alias": [
          "Telefoonnummer",
          "EmailAdres"
        ],
        "min": 1,
        "mapping": [
          {
            "identity": "hcim-contactinformation-v2.0.1-2015EN",
            "map": "NL-CM:0.1.23"
          },
          {
            "identity": "hcim-contactinformation-v2.0.1-2015EN",
            "map": "NL-CM:0.1.20"
          }
        ]
      },
      {
        "id": "Location.telecom.use",
        "path": "Location.telecom.use",
        "short": "NumberType / E-mailAddressType",
        "alias": [
          "NummerSoort",
          "EmailSoort"
        ],
        "mapping": [
          {
            "identity": "hcim-contactinformation-v2.0.1-2015EN",
            "map": "NL-CM:0.1.22"
          },
          {
            "identity": "hcim-contactinformation-v2.0.1-2015EN",
            "map": "NL-CM:0.1.19"
          }
        ]
      },
      {
        "id": "Location.address",
        "path": "Location.address",
        "short": "AddressInformation",
        "alias": [
          "Adresgegevens"
        ],
        "type": [
          {
            "code": "Address",
            "profile": "http://fhir.nl/fhir/StructureDefinition/nl-core-address"
          }
        ],
        "mapping": [
          {
            "identity": "hcim-contactinformation-v2.0.1-2015EN",
            "map": "NL-CM:0.1.4"
          }
        ]
      },
      {
        "id": "Location.managingOrganization",
        "path": "Location.managingOrganization",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://fhir.nl/fhir/StructureDefinition/nl-core-organization"
          }
        ]
      },
      {
        "id": "Location.partOf",
        "path": "Location.partOf",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://fhir.nl/fhir/StructureDefinition/nl-core-location"
          }
        ]
      }
    ]
  }
}