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

FHIR IG Statistics: StructureDefinition/19b4d6ed-dafb-4b38-96a2-ee14c7bbffcb

Packageishmed.i14y.r4
TypeStructureDefinition
Id19b4d6ed-dafb-4b38-96a2-ee14c7bbffcb
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ishmed.i14y.r4@2.0.0&canonical=http://fhir.ishmed.com/R4/StructureDefinition/Encounter_Core_Facility_1
URLhttp://fhir.ishmed.com/R4/StructureDefinition/Encounter_Core_Facility_1
Version1.0.1
Statusactive
Date2022-07-29
NameEncounter_Core_Facility_1
DescriptionAn Encounter profile represents a patient and healthcare facility interaction, where the facility is the hospital.
CopyrightCopyright © 2022, Oracle and/or its affiliates. All rights reserved.
TypeEncounter
Kindresource

Resources that use this resource

StructureDefinition
Encounter_Core_Department_1Encounter_Core_Department_1

Resources that this resource uses

StructureDefinition
Patient_Core_1Patient_Core_1

Narrative

Note: links and images are rebased to the (stated) source

An Encounter profile represents a patient and healthcare facility interaction, where the facility is the hospital.

Source

{
  "resourceType": "StructureDefinition",
  "id": "19b4d6ed-dafb-4b38-96a2-ee14c7bbffcb",
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.ishmed.com/R4/StructureDefinition/Encounter_Core_Facility_1",
  "version": "1.0.1",
  "name": "Encounter_Core_Facility_1",
  "status": "active",
  "date": "2022-07-29",
  "publisher": "Oracle Cerner",
  "description": "An Encounter profile represents a patient and healthcare facility interaction, where the facility is the hospital.",
  "copyright": "Copyright © 2022, Oracle and/or its affiliates. All rights reserved.",
  "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.status",
        "path": "Encounter.status",
        "mustSupport": true
      },
      {
        "id": "Encounter.class",
        "path": "Encounter.class",
        "mustSupport": true
      },
      {
        "id": "Encounter.subject",
        "path": "Encounter.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Patient",
              "http://fhir.ishmed.com/R4/StructureDefinition/Patient_Core_1"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Encounter.period",
        "path": "Encounter.period",
        "mustSupport": true
      },
      {
        "id": "Encounter.account.identifier",
        "path": "Encounter.account.identifier",
        "mustSupport": true
      },
      {
        "id": "Encounter.serviceProvider",
        "path": "Encounter.serviceProvider",
        "mustSupport": true
      }
    ]
  }
}