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

FHIR IG analytics

Packagehl7.fhir.au.base
Resource TypeComposition
IdComposition-example0.json
FHIR VersionR4

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: Composition example0

status: Final

type: Patient Goals, preferences, and priorities upon death

date: 2018-03-04 12:30:02+0000

author: Benedicte du Marche

title: Stella's Final Wishes

Attesters

-ModeTimeParty
*Personal2018-03-04 12:30:02+0000RelatedPerson Benedicte du Marche

Source1

{
  "resourceType": "Composition",
  "id": "example0",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/StructureDefinition/au-composition"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "type": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "81337-8",
        "display": "Patient Goals, preferences, and priorities upon death"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example0",
    "display": "Stella Franklin"
  },
  "date": "2018-03-04T12:30:02Z",
  "author": [
    {
      "reference": "RelatedPerson/example0",
      "display": "Benedicte du Marche"
    }
  ],
  "title": "Stella's Final Wishes",
  "attester": [
    {
      "mode": "personal",
      "time": "2018-03-04T12:30:02Z",
      "party": {
        "reference": "RelatedPerson/example0"
      }
    }
  ],
  "section": [
    {
      "title": "Patient goals and priorities upon death",
      "text": {
        "status": "additional",
        "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n        <p>\n          <b>Additional Narrative</b>\n        </p>\n        <p><b>Goals, Preferences and Priorities</b>: The washing of the body should be carried out by someone of the same sex.</p>        \n      </div>"
      }
    }
  ]
}