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

FHIR IG Statistics: StructureDefinition/nxh-contact

Packagenexuzhealth.fhir.r4
Resource TypeStructureDefinition
Idnxh-contact
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=nexuzhealth.fhir.r4@1.0.3&canonical=https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhContact
URLhttps://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhContact
Statusactive
Date2023-10-03T08:11:44.9524284+00:00
NameNxhContact
DescriptionNexuzhealth profile for a contact.
TypeEncounter
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
nxh-ext-contactTypeNxhExtContactType
ValueSet
nxh-vs-act-encounter-code-extendedNxhVSActEncounterCodeExtended

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "nxh-contact",
  "meta": {
    "lastUpdated": "2023-10-03T08:11:36.2926228+00:00"
  },
  "url": "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhContact",
  "name": "NxhContact",
  "status": "active",
  "date": "2023-10-03T08:11:44.9524284+00:00",
  "description": "Nexuzhealth profile for a contact.",
  "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.extension:contactType",
        "path": "Encounter.extension",
        "sliceName": "contactType",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-contactType"
            ]
          }
        ]
      },
      {
        "id": "Encounter.extension:contactType.extension:contactCategory",
        "path": "Encounter.extension.extension",
        "sliceName": "contactCategory"
      },
      {
        "id": "Encounter.extension:contactType.extension:contactCategory.value[x].code",
        "path": "Encounter.extension.extension.value[x].code",
        "min": 1
      },
      {
        "id": "Encounter.extension:contactType.extension:contactType",
        "path": "Encounter.extension.extension",
        "sliceName": "contactType"
      },
      {
        "id": "Encounter.extension:contactType.extension:contactType.value[x]",
        "path": "Encounter.extension.extension.value[x]",
        "min": 1
      },
      {
        "id": "Encounter.identifier",
        "path": "Encounter.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Encounter.identifier:cNr",
        "path": "Encounter.identifier",
        "sliceName": "cNr",
        "short": "cNr",
        "definition": "The cNr identifier of contact.\r\n\r\nCNr is an identifier assigned internally by Nexuzhealth in the KWS database.",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Encounter.identifier:cNr.system",
        "path": "Encounter.identifier.system",
        "fixedUri": "https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/bifrost/receptie/cnr"
      },
      {
        "id": "Encounter.class",
        "path": "Encounter.class",
        "binding": {
          "strength": "extensible",
          "valueSet": "https://fhir.nexuzhealth.com/standards/fhir/ValueSet/nxh-vs-act-encounter-code-extended"
        }
      },
      {
        "id": "Encounter.subject",
        "path": "Encounter.subject",
        "min": 1
      },
      {
        "id": "Encounter.location",
        "path": "Encounter.location",
        "min": 1
      },
      {
        "id": "Encounter.serviceProvider",
        "path": "Encounter.serviceProvider",
        "min": 1
      }
    ]
  }
}