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

FHIR IG analytics

Packagehl7.fhir.uv.pc-incubator
Resource TypeLinkage
IdLinkage-example.json
FHIR VersionR6

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: Linkage example

author: Practitioner/f201

item

type: Source of Truth

resource: Severe burn of left ear (Date: 24-May 2012)

item

type: Alternate Record

resource: Severe burn of left ear (Date: 24-May 2012)


Source1

{
  "resourceType": "Linkage",
  "resourceDefinition": "http://hl7.org/fhir/StructureDefinition/Linkage|0.1.0",
  "id": "example",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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)"
      }
    }
  ]
}