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

FHIR IG analytics

Packagehl7.fhir.cz.ems
Resource TypeStructureDefinition
IdStructureDefinition-LogRecommendations.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7-cz/cz-ems/StructureDefinition-LogRecommendations.html
URLhttps://hl7.cz/fhir/cz-ems/StructureDefinition/LogRecommendations
Version0.0.2
Statusdraft
Date2026-01-30T07:36:37+00:00
NameLogEnRecommendations
TitleA.2.9 - Course of Treatment and Recommendations
Realmcz
Authorityhl7
DescriptionEMS Report - Course of Treatment and Recommendations
Typehttps://hl7.cz/fhir/cz-ems/StructureDefinition/LogRecommendations
Kindlogical

Resources that use this resource

ConceptMap
ClinicalCourseAndRecommendationsEMS2FHIR-czCZ ClinicalCourseAndRecommendations Model to this guide Map
StructureDefinition
EmsReportCzA - EMS Report

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: StructureDefinition LogRecommendations

NameFlagsCard.TypeDescription & Constraintsdoco
.. LogRecommendations 0..*BaseA.2.9 - Course of Treatment and Recommendations
... courseOfTreatment 0..*BaseA.2.9.1 - Course of Treatment
.... description 1..1stringA.2.9.1.1 - Course Description
.... timestamp 1..1dateTimeA.2.9.1.2 - Timestamp
... recommendations 0..1BaseA.2.9.2 - Recommendations
.... description 1..1stringA.2.9.2.1 - Recommendation Description

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "LogRecommendations",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://hl7.cz/fhir/cz-ems/StructureDefinition/LogRecommendations",
  "version": "0.0.2",
  "name": "LogEnRecommendations",
  "title": "A.2.9 - Course of Treatment and Recommendations",
  "status": "draft",
  "date": "2026-01-30T07:36:37+00:00",
  "publisher": "HL7 Czech Republic",
  "contact": [
    {
      "name": "HL7 Czech Republic",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.hl7.cz/"
        }
      ]
    }
  ],
  "description": "EMS Report - Course of Treatment and Recommendations",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CZ",
          "display": "Czechia"
        }
      ]
    }
  ],
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "https://hl7.cz/fhir/cz-ems/StructureDefinition/LogRecommendations",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "4.0.1"
      }
    ],
    "element": [
      {
        "id": "LogRecommendations",
        "path": "LogRecommendations",
        "short": "A.2.9 - Course of Treatment and Recommendations",
        "definition": "EMS Report - Course of Treatment and Recommendations",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "LogRecommendations.courseOfTreatment",
        "path": "LogRecommendations.courseOfTreatment",
        "short": "A.2.9.1 - Course of Treatment",
        "definition": "Summary of the course of treatment and progression of the patient’s condition.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "LogRecommendations.courseOfTreatment",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "LogRecommendations.courseOfTreatment.description",
        "path": "LogRecommendations.courseOfTreatment.description",
        "short": "A.2.9.1.1 - Course Description",
        "definition": "Text description of the course of treatment. Entered by the physician as free text.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "LogRecommendations.courseOfTreatment.description",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "LogRecommendations.courseOfTreatment.timestamp",
        "path": "LogRecommendations.courseOfTreatment.timestamp",
        "short": "A.2.9.1.2 - Timestamp",
        "definition": "Date and time of the entry. Provided by the system.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "LogRecommendations.courseOfTreatment.timestamp",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "LogRecommendations.recommendations",
        "path": "LogRecommendations.recommendations",
        "short": "A.2.9.2 - Recommendations",
        "definition": "Recommendations for the patient after completion of treatment.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "LogRecommendations.recommendations",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "LogRecommendations.recommendations.description",
        "path": "LogRecommendations.recommendations.description",
        "short": "A.2.9.2.1 - Recommendation Description",
        "definition": "Recommendations for further care – e.g., prescribed medication, dietary and lifestyle measures, follow-up with a physician, instructions in case of deterioration, emergency contact, etc. Entered by the physician as free text.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "LogRecommendations.recommendations.description",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "LogRecommendations",
        "path": "LogRecommendations",
        "short": "A.2.9 - Course of Treatment and Recommendations",
        "definition": "EMS Report - Course of Treatment and Recommendations"
      },
      {
        "id": "LogRecommendations.courseOfTreatment",
        "path": "LogRecommendations.courseOfTreatment",
        "short": "A.2.9.1 - Course of Treatment",
        "definition": "Summary of the course of treatment and progression of the patient’s condition.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "LogRecommendations.courseOfTreatment.description",
        "path": "LogRecommendations.courseOfTreatment.description",
        "short": "A.2.9.1.1 - Course Description",
        "definition": "Text description of the course of treatment. Entered by the physician as free text.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "LogRecommendations.courseOfTreatment.timestamp",
        "path": "LogRecommendations.courseOfTreatment.timestamp",
        "short": "A.2.9.1.2 - Timestamp",
        "definition": "Date and time of the entry. Provided by the system.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "LogRecommendations.recommendations",
        "path": "LogRecommendations.recommendations",
        "short": "A.2.9.2 - Recommendations",
        "definition": "Recommendations for the patient after completion of treatment.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "LogRecommendations.recommendations.description",
        "path": "LogRecommendations.recommendations.description",
        "short": "A.2.9.2.1 - Recommendation Description",
        "definition": "Recommendations for further care – e.g., prescribed medication, dietary and lifestyle measures, follow-up with a physician, instructions in case of deterioration, emergency contact, etc. Entered by the physician as free text.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}