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

FHIR IG analytics

Packagesynapxe.nehr
Resource TypeComposition
IdCompositionCreateRequest.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Composition",
  "identifier": {
    "system": "https://fhir.synapxe.sg/identifier/composition",
    "value": "COMP-123456"
  },
  "type": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "34133-9",
        "display": "Summary of episode note"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example"
  },
  "encounter": {
    "reference": "Encounter/example"
  },
  "author": [
    {
      "reference": "Practitioner/example"
    }
  ],
  "section": [
    {
      "title": "History of Present Illness",
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "11348-0",
            "display": "History of Past Illness"
          }
        ]
      }
    }
  ]
}