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

FHIR IG analytics

Packagehl7.fhir.cz.korder
Resource TypeComposition
IdComposition-KOrderCompositionExample.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: Composition KOrderCompositionExample

identifier: KORD-COMP-2025-001

status: Final

type: Žádanka o vyšetření

date: 2025-02-01 10:15:00+0100

author: PractitionerRole Lékař

title: Konziliární žádost – K-order example


Source1

{
  "resourceType": "Composition",
  "id": "KOrderCompositionExample",
  "meta": {
    "profile": [
      "https://hl7.cz/fhir/korder/StructureDefinition/KOrderCompositionCz"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://hl7.cz/fhir/core/StructureDefinition/presentedForm"
    }
  ],
  "identifier": {
    "value": "KORD-COMP-2025-001"
  },
  "status": "final",
  "type": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "57133-1",
        "display": "Žádanka o vyšetření"
      }
    ]
  },
  "subject": {
    "reference": "Patient/48a9d440-4194-42c1-87ad-b5a39020a4d0"
  },
  "date": "2025-02-01T10:15:00+01:00",
  "author": [
    {
      "reference": "PractitionerRole/2b7e9637-5018-4542-9faf-d5abdee7b849"
    }
  ],
  "title": "Konziliární žádost – K-order example",
  "section": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "57133-1"
          }
        ]
      },
      "entry": [
        {
          "reference": "ServiceRequest/KOrderServiceRequest-1"
        }
      ]
    }
  ]
}