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

FHIR IG Statistics: StructureDefinition/nxh-physical-location

Packagenexuzhealth.fhir.r4
Resource TypeStructureDefinition
Idnxh-physical-location
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=nexuzhealth.fhir.r4@1.0.3&canonical=https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhPhysicalLocation
URLhttps://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhPhysicalLocation
Statusdraft
Date2022-01-24T12:52:19.7847781Z
NameNxhPhysicalLocation
DescriptionNexuzhealth profile for a physical location. A physical location can be a room/bed, a waiting room, ... It is usually part of an NxhUnit
TypeLocation
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

ValueSet
nxh-vs-location-physical-typeNxhVSLocationPhysicalType

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "nxh-physical-location",
  "meta": {
    "lastUpdated": "2022-02-17T16:32:03.379+00:00"
  },
  "url": "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhPhysicalLocation",
  "name": "NxhPhysicalLocation",
  "status": "draft",
  "date": "2022-01-24T12:52:19.7847781Z",
  "description": "Nexuzhealth profile for a physical location. A physical location can be a room/bed, a waiting room, ... It is usually part of an NxhUnit",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Location",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Location",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Location.identifier",
        "path": "Location.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Location.identifier:eenheid-kamer-bed",
        "path": "Location.identifier",
        "sliceName": "eenheid-kamer-bed",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Location.identifier:eenheid-kamer-bed.system",
        "path": "Location.identifier.system",
        "fixedUri": "https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/pm/kamerBedDefinitie/eenheid-kamer-bed"
      },
      {
        "id": "Location.physicalType",
        "path": "Location.physicalType",
        "binding": {
          "strength": "extensible",
          "valueSet": "https://fhir.nexuzhealth.com/standards/fhir/ValueSet/nxh-vs-location-physical-type"
        }
      },
      {
        "id": "Location.managingOrganization",
        "path": "Location.managingOrganization",
        "min": 1
      }
    ]
  }
}