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

FHIR IG Statistics: StructureDefinition/EEBase-EpisodeOfCare

Packageee.hl7.fhir.base.r4
Resource TypeStructureDefinition
IdEEBase-EpisodeOfCare
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ee.hl7.fhir.base.r4@1.0.4-beta&canonical=https://hl7.ee/fhir/StructureDefinition/EEBase-EpisodeOfCare
URLhttps://hl7.ee/fhir/StructureDefinition/EEBase-EpisodeOfCare
Version1.0.0
Statusdraft
Date2022-06-28T15:25:50.3742229+00:00
NameEEBaseEpisodeOfCare
TitleEEBase EpisodeOfCare
Authorityhl7
TypeEpisodeOfCare
Kindresource

Resources that use this resource

StructureDefinition
EEBase-EncounterEEBase Encounter

Resources that this resource uses

StructureDefinition
EEBase-OrganizationEEBase Organization
EEBase-PatientEEBase Patient
EEBase-PractitionerEEBase Practitioner
EEBase-PractitionerRoleEEBase PractitionerRole

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "EEBase-EpisodeOfCare",
  "url": "https://hl7.ee/fhir/StructureDefinition/EEBase-EpisodeOfCare",
  "version": "1.0.0",
  "name": "EEBaseEpisodeOfCare",
  "title": "EEBase EpisodeOfCare",
  "status": "draft",
  "date": "2022-06-28T15:25:50.3742229+00:00",
  "publisher": "HL7 EE",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "EpisodeOfCare",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "EpisodeOfCare.identifier",
        "path": "EpisodeOfCare.identifier",
        "mustSupport": true
      },
      {
        "id": "EpisodeOfCare.status",
        "path": "EpisodeOfCare.status",
        "mustSupport": true
      },
      {
        "id": "EpisodeOfCare.type",
        "path": "EpisodeOfCare.type",
        "mustSupport": true
      },
      {
        "id": "EpisodeOfCare.patient",
        "path": "EpisodeOfCare.patient",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://hl7.ee/fhir/StructureDefinition/EEBase-Patient"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "EpisodeOfCare.managingOrganization",
        "path": "EpisodeOfCare.managingOrganization",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://hl7.ee/fhir/StructureDefinition/EEBase-Organization"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "EpisodeOfCare.period",
        "path": "EpisodeOfCare.period",
        "mustSupport": true
      },
      {
        "id": "EpisodeOfCare.careManager",
        "path": "EpisodeOfCare.careManager",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://hl7.ee/fhir/StructureDefinition/EEBase-Practitioner",
              "https://hl7.ee/fhir/StructureDefinition/EEBase-PractitionerRole"
            ]
          }
        ]
      }
    ]
  }
}