FHIR R6 Patient Care Incubator
0.1.0 - ci-build International flag

FHIR R6 Patient Care Incubator, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/pc-incubator/ and changes regularly. See the Directory of published versions

: linkage-example - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Linkage",
  "resourceDefinition" : "http://hl7.org/fhir/StructureDefinition/Linkage|0.1.0",
  "id" : "example",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Linkage example</b></p><a name=\"example\"> </a><a name=\"hcexample\"> </a><p><b>author</b>: <a href=\"Practitioner/f201\">Practitioner/f201</a></p><blockquote><p><b>item</b></p><p><b>type</b>: Source of Truth</p><p><b>resource</b>: <a href=\"Condition/example\">Severe burn of left ear (Date: 24-May 2012)</a></p></blockquote><blockquote><p><b>item</b></p><p><b>type</b>: Alternate Record</p><p><b>resource</b>: <a href=\"Condition/example-linkage\">Severe burn of left ear (Date: 24-May 2012)</a></p></blockquote></div>"
  },
  "author" : {
    "reference" : "Practitioner/f201"
  },
  "item" : [
    {
      "type" : "source",
      "resource" : {
        "reference" : "Condition/example",
        "display" : "Severe burn of left ear (Date: 24-May 2012)"
      }
    },
    {
      "type" : "alternate",
      "resource" : {
        "reference" : "Condition/example-linkage",
        "display" : "Severe burn of left ear (Date: 24-May 2012)"
      }
    }
  ]
}