HL7 Czech PS Implementation Guide
0.0.1 - ci-build Czechia flag

HL7 Czech PS Implementation Guide, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/ps/ and changes regularly. See the Directory of published versions

: Composition example for Patient Summary L1 - JSON Representation

Raw json | Download

{
  "resourceType" : "Composition",
  "id" : "cz-example-composition-ps-L1",
  "meta" : {
    "profile" : [
      🔗 "https://hl7.cz/fhir/ps/StructureDefinition/cz-composition-ps"
    ]
  },
  "language" : "cs",
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Patient summary - Karel Budějovický</h2><p>Pacientský sourhn Karel Budějovický v L1 úrovni</p></div>"
  },
  "status" : "final",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "60591-5",
        "display" : "Patient summary document"
      }
    ]
  },
  "subject" : {
    "reference" : "urn:uuid:3c137453-0de8-4e1a-be72-9dc55f500d57"
  },
  "date" : "2024-01-01T12:00:00Z",
  "author" : [
    {
      "reference" : "urn:uuid:f64bef19-c377-404a-bac2-23d2bbac8f3e"
    }
  ],
  "title" : "PS L1 pacienta - Karel Budějovský",
  "confidentiality" : "N",
  "custodian" : {
    "reference" : "urn:uuid:e206d37b-cfd4-4f10-ad09-ba78038847ca"
  },
  "section" : [
    {
      "title" : "Prezented Form Section",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "60591-5",
            "display" : "Patient summary document"
          }
        ]
      },
      "text" : {
        "status" : "additional",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Prezented Form Section obsahující PDF dokument</div>"
      },
      "entry" : [
        {
          "reference" : "urn:uuid:fe437ba4-9e0b-4d45-8db3-228c7c05abc0"
        }
      ]
    }
  ]
}