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

FHIR IG analytics

Packagehl7.fhir.uv.phr.r4b
Resource TypeComposition
IdComposition-jane-doe-composition.json
FHIR VersionR4B

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

Summary of Jane Doe's patient information including name, contact, gender, birth date, and address.


Source1

{
  "resourceType": "Composition",
  "id": "jane-doe-composition",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/phr/StructureDefinition/PhrComposition"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "type": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "11503-0",
        "display": "Medical records"
      }
    ]
  },
  "subject": {
    "reference": "Patient/jane-doe"
  },
  "date": "2024-12-10",
  "author": [
    {
      "reference": "Patient/jane-doe"
    }
  ],
  "title": "Jane Doe Patient Summary",
  "section": [
    {
      "title": "Related Documents",
      "entry": [
        {
          "reference": "https://example.org/baseR4/DocumentReference/jane-doe-genomics-document"
        },
        {
          "reference": "https://example.org/baseR4/Media/jane-doe-media"
        }
      ]
    }
  ]
}