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

FHIR IG analytics

Packagehl7.fhir.cz.order
Resource TypeComposition
IdComposition-FTCompositionExample.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 FTCompositionExample

Composition: Presented Form: application/pdf @ https://example.cz/files/ft-document.pdf icon

identifier: FT-COMP-2025-001

status: Final

type: Physical therapy Referral note

date: 2025-10-29 10:15:00+0100

author: PractitionerRole Lekar

title: Poukaz FT – eŽádanka (example)


Source1

{
  "resourceType": "Composition",
  "id": "FTCompositionExample",
  "meta": {
    "profile": [
      "https://hl7.cz/fhir/order/StructureDefinition/FTOrderCompositionCz"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://hl7.cz/fhir/core/StructureDefinition/presentedForm",
      "valueAttachment": {
        "contentType": "application/pdf",
        "url": "https://example.cz/files/ft-document.pdf"
      }
    }
  ],
  "identifier": {
    "value": "FT-COMP-2025-001"
  },
  "status": "final",
  "type": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "57154-7",
        "display": "Physical therapy Referral note"
      }
    ]
  },
  "subject": {
    "reference": "Patient/48a9d440-4194-42c1-87ad-b5a39020a4d0"
  },
  "date": "2025-10-29T10:15:00+01:00",
  "author": [
    {
      "reference": "PractitionerRole/2b7e9637-5018-4542-9faf-d5abdee7b849"
    }
  ],
  "title": "Poukaz FT – eŽádanka (example)",
  "section": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "57154-7"
          }
        ]
      },
      "entry": [
        {
          "reference": "ServiceRequest/d9f2a8b0-1b9b-4f66-9c53-2f1e5b62d6a1"
        },
        {
          "reference": "ServiceRequest/2b7a3e62-3a40-4c65-9c1d-0e4b7b9c2e91"
        },
        {
          "reference": "ServiceRequest/0a6f4d9a-9e7e-4c23-95d3-2f7f7b5b3d55"
        },
        {
          "reference": "ServiceRequest/b2e9d1d2-6f3e-4a0b-a4c0-6e2f0f3d9b11"
        }
      ]
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "87520-3"
          }
        ]
      },
      "entry": [
        {
          "reference": "Coverage/KOrderCoverage-Example"
        }
      ]
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "29299-5"
          }
        ]
      },
      "text": {
        "status": "generated",
        "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Stav vyžadující FT: B<br/>Cíl, kterého má být dosaženo: C<br/>Rizika / upozornění: D</div>"
      }
    }
  ]
}