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

FHIR IG Statistics: StructureDefinition/nxh-unit

Packagenexuzhealth.fhir.r4
Resource TypeStructureDefinition
Idnxh-unit
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=nexuzhealth.fhir.r4@1.0.1&canonical=https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhUnit
URLhttps://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhUnit
Statusactive
Date2022-04-14T08:14:52.9326051+00:00
NameNxhUnit
DescriptionNexuzhealth profile for a unit location.
TypeLocation
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

ValueSet
nxh-vs-location-typeNxhVSLocationType

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "nxh-unit",
  "meta": {
    "lastUpdated": "2022-04-14T08:13:15.0046392+00:00"
  },
  "url": "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhUnit",
  "name": "NxhUnit",
  "status": "active",
  "date": "2022-04-14T08:14:52.9326051+00:00",
  "description": "Nexuzhealth profile for a unit location.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    }
  ],
  "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"
        },
        "short": "Unique code or Identifier for the Location.identifying the location to its users",
        "definition": "Identifier for the Location."
      },
      {
        "id": "Location.identifier:eenheid",
        "path": "Location.identifier",
        "sliceName": "eenheid",
        "short": "eenheid",
        "definition": "The eenheid (unit) code of the location.\r\n\r\nEenheid is an identifier assigned internally by Nexuzhealth in the KWS database.",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Location.identifier:eenheid.system",
        "path": "Location.identifier.system",
        "fixedUri": "https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/amalthea/basEenheden/eenheid"
      },
      {
        "id": "Location.type",
        "path": "Location.type",
        "binding": {
          "strength": "extensible",
          "valueSet": "https://fhir.nexuzhealth.com/standards/fhir/ValueSet/nxh-vs-location-type"
        }
      },
      {
        "id": "Location.managingOrganization",
        "path": "Location.managingOrganization",
        "min": 1
      }
    ]
  }
}