HL7 Czech Imaging Order IG
0.1.0-ballot - ballot Czechia flag

HL7 Czech Imaging Order IG, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.1.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/img-order/ and changes regularly. See the Directory of published versions

: CarePlanExample - JSON Representation

Raw json | Download

{
  "resourceType" : "CarePlan",
  "id" : "CarePlanExample",
  "meta" : {
    "profile" : [
      🔗 "https://hl7.cz/fhir/img-order/StructureDefinition/cz-carePlanImage"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CarePlan CarePlanExample</b></p><a name=\"CarePlanExample\"> </a><a name=\"hcCarePlanExample\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-cz-carePlanImage.html\">Care plan: Imaging Order (CZ)</a></p></div><p><b>identifier</b>: <code>http://hospital.org/lis-order</code>/123456789</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>description</b>: Žádanka na odběr krve</p><p><b>subject</b>: <a href=\"Patient-Mracena.html\">Mračena Mrakomorová  Female, DoB: 1971-11-26 ( https://ncez.mzcr.cz/fhir/sid/rcis#2716126452\u00a0(use:\u00a0official,\u00a0))</a></p></div>"
  },
  "identifier" : [
    {
      "system" : "http://hospital.org/lis-order",
      "value" : "123456789"
    }
  ],
  "status" : "active",
  "intent" : "order",
  "description" : "Žádanka na odběr krve",
  "subject" : {
    🔗 "reference" : "Patient/Mracena"
  }
}