FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageil.core.fhir.r4.2023
Resource TypeStructureDefinition
IdStructureDefinition-il-core-immunization-recommendation.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=il.core.fhir.r4.2023@0.1.0&canonical=http://fhir.health.gov.il/StructureDefinition/il-core-immunization-recommendation
URLhttp://fhir.health.gov.il/StructureDefinition/il-core-immunization-recommendation
Version0.12.1
Statusdraft
Date2023-05-22
NameILCoreImmunizationRecommendation
TitleILCore ImmunizationRecommendation Profile
Realmil
Authoritynational
DescriptionIsrael Core proposed constraints and extensions on the ImmunizationRecommendation Resource
TypeImmunizationRecommendation
Kindresource

Resources that use this resource

StructureDefinition
il.core.fhir.r4.2023#0.1.0il-core-medication-requestILCore MedicationRequest Profile
il.hdp.fhir.r4#0.4.2il-hdp-diagnostic-report-pathologyILHDP DiagnosticReport Pathology Profile
il.hdp.fhir.r4#0.4.2il-hdp-diagnostic-reportILHDP DiagnosticReport Profile
il.hdp.fhir.r4#0.4.2il-hdp-encounter-community-hmo-ambulatoryILHDP Encounter Community/HMO Ambulatory Profile
il.hdp.fhir.r4#0.4.2il-hdp-encounter-hospitalizationILHDP Encounter Hospitalization Profile
il.hdp.fhir.r4#0.4.2il-hdp-encounter-inpatient-care-segmentILHDP Encounter Inpatient Care Segment Profile
il.hdp.fhir.r4#0.4.2il-hdp-medication-requestILHDP MedicationRequest Profile
il.hdp.fhir.r4#0.4.2il-hdp-observation-labILHDP ObservationLab Profile
il.hdp.fhir.r4#0.4.2il-hdp-patient-reported-chief-complaintILHDP Patient Reported Chief Complaint Profile

Resources that this resource uses

StructureDefinition
il.core.fhir.r4.2023#0.1.0il-core-immunizationILCore Immunization Profile
il.core.fhir.r4.2023#0.1.0il-core-organizationILCore Organization Profile
il.core.fhir.r4.2023#0.1.0il-core-patientILCore Patient Profile

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "il-core-immunization-recommendation",
  "url": "http://fhir.health.gov.il/StructureDefinition/il-core-immunization-recommendation",
  "version": "0.12.1",
  "name": "ILCoreImmunizationRecommendation",
  "title": "ILCore ImmunizationRecommendation Profile",
  "status": "draft",
  "date": "2023-05-22",
  "publisher": "Israel Core Team",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "ido.levin@moh.gov.il"
        }
      ]
    }
  ],
  "description": "Israel Core proposed constraints and extensions on the ImmunizationRecommendation Resource",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 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": "ImmunizationRecommendation",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "ImmunizationRecommendation",
        "path": "ImmunizationRecommendation",
        "short": "ILCore ImmunizationRecommendation Profile",
        "definition": "Definitions for the profile-ImmunizationRecommendation resource profile."
      },
      {
        "id": "ImmunizationRecommendation.patient",
        "path": "ImmunizationRecommendation.patient",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fhir.health.gov.il/StructureDefinition/il-core-patient"
            ]
          }
        ]
      },
      {
        "id": "ImmunizationRecommendation.authority",
        "path": "ImmunizationRecommendation.authority",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fhir.health.gov.il/StructureDefinition/il-core-organization"
            ]
          }
        ]
      },
      {
        "id": "ImmunizationRecommendation.recommendation.supportingImmunization",
        "path": "ImmunizationRecommendation.recommendation.supportingImmunization",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fhir.health.gov.il/StructureDefinition/il-core-immunization",
              "http://hl7.org/fhir/StructureDefinition/ImmunizationEvaluation"
            ]
          }
        ]
      }
    ]
  }
}