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

FHIR IG Statistics: StructureDefinition/nl-core-healthcareservice

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

Resources that use this resource

StructureDefinition
zib-AppointmentHCIM Appointment
zib-MedicalAidRequestHCIM MedicalAid Request
zib-ProcedureRequestHCIM ProcedureRequest
zib-MedicalDeviceRequestHCIM MedicalDevice Request

Resources that this resource uses

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

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "nl-core-healthcareservice",
  "meta": {
    "lastUpdated": "2017-04-24T15:44:57.286+02:00"
  },
  "url": "http://fhir.nl/fhir/StructureDefinition/nl-core-healthcareservice",
  "name": "nl-core-healthcareservice",
  "title": "nl-core-healthcareservice",
  "status": "retired",
  "date": "2017-04-24T15:11:16.7995284+02:00",
  "publisher": "HL7 Netherlands",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "email",
          "value": "info@nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "A HealthcareService 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": "HealthcareService",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/HealthcareService",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "HealthcareService.providedBy",
        "path": "HealthcareService.providedBy",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://fhir.nl/fhir/StructureDefinition/nl-core-organization"
          }
        ]
      },
      {
        "id": "HealthcareService.location",
        "path": "HealthcareService.location",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://fhir.nl/fhir/StructureDefinition/nl-core-location"
          }
        ]
      },
      {
        "id": "HealthcareService.telecom",
        "path": "HealthcareService.telecom",
        "short": "ContactInformation",
        "alias": [
          "Contactgegevens"
        ],
        "mapping": [
          {
            "identity": "hcim-contactinformation-v2.0.1-2015EN",
            "map": "NL-CM:0.1.5"
          }
        ]
      },
      {
        "id": "HealthcareService.telecom.system",
        "path": "HealthcareService.telecom.system",
        "min": 1
      },
      {
        "id": "HealthcareService.telecom.value",
        "path": "HealthcareService.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": "HealthcareService.telecom.use",
        "path": "HealthcareService.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": "HealthcareService.coverageArea",
        "path": "HealthcareService.coverageArea",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://fhir.nl/fhir/StructureDefinition/nl-core-location"
          }
        ]
      }
    ]
  }
}