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

FHIR IG Statistics: StructureDefinition/nxh-presence

Packagenexuzhealth.fhir.r4
Resource TypeStructureDefinition
Idnxh-presence
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=nexuzhealth.fhir.r4@1.0.1&canonical=https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhPresence
URLhttps://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhPresence
Statusactive
Date2022-06-14T09:56:46.154086+00:00
NameNxhPresence
DescriptionNexuzhealth profile for an encounter in the patient management domain representing a single precense.
TypeEncounter
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "nxh-presence",
  "meta": {
    "lastUpdated": "2022-06-07T11:12:57.4001043+00:00"
  },
  "url": "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhPresence",
  "name": "NxhPresence",
  "status": "active",
  "date": "2022-06-14T09:56:46.154086+00:00",
  "description": "Nexuzhealth profile for an encounter in the patient management domain representing a single precense.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Encounter",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Encounter",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Encounter.identifier",
        "path": "Encounter.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Encounter.identifier:aanwezigheidNr",
        "path": "Encounter.identifier",
        "sliceName": "aanwezigheidNr",
        "short": "aanwezigheidNr",
        "definition": "The aanwezigheidNr identifier of the presence encounter.\r\n\r\nAanwezigheidNr is an identifier assigned internally by Nexuzhealth in the KWS database.",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Encounter.identifier:aanwezigheidNr.system",
        "path": "Encounter.identifier.system",
        "fixedUri": "https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/pm/aanwezigheid/aanwezigheidNr"
      },
      {
        "id": "Encounter.subject",
        "path": "Encounter.subject",
        "min": 1
      },
      {
        "id": "Encounter.location",
        "path": "Encounter.location",
        "min": 1
      },
      {
        "id": "Encounter.serviceProvider",
        "path": "Encounter.serviceProvider",
        "min": 1
      },
      {
        "id": "Encounter.partOf",
        "path": "Encounter.partOf",
        "min": 1
      }
    ]
  }
}