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

FHIR IG analytics

Packagemyhealth.eu.fhir.core
Resource TypeComposition
IdComposition-f2a3b4c5-d6e7-8901-fabc-012345678901.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

Patient Summary - John Doe

Source1

{
  "resourceType": "Composition",
  "id": "f2a3b4c5-d6e7-8901-fabc-012345678901",
  "meta": {
    "profile": [
      "http://fhir.ehdsi.eu/core/StructureDefinition/composition-myhealtheu-core"
    ]
  },
  "language": "en-GB",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": {
    "system": "http://example.org/composition-ids",
    "value": "COMP-2024-001"
  },
  "status": "final",
  "type": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "11502-2",
        "display": "Laboratory report"
      }
    ]
  },
  "subject": {
    "reference": "Patient/1d4bbc93-63b7-4f2b-8f0f-8380aa138f49"
  },
  "date": "2024-01-15",
  "author": [
    {
      "reference": "PractitionerRole/b975ec26-4ecf-4588-9fa2-afbb0d9fc530"
    }
  ],
  "title": "Patient Summary - John Doe",
  "attester": [
    {
      "mode": "legal",
      "time": "2024-01-15T10:00:00Z",
      "party": {
        "reference": "PractitionerRole/b975ec26-4ecf-4588-9fa2-afbb0d9fc530"
      }
    }
  ],
  "custodian": {
    "reference": "Organization/ff4d98d1-69c9-43db-896e-58d11c15662c"
  },
  "section": [
    {
      "title": "Active Problems",
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "11450-4",
            "display": "Problem list - Reported"
          }
        ]
      },
      "text": {
        "status": "generated",
        "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Type 2 diabetes mellitus</div>"
      },
      "entry": [
        {
          "reference": "Condition/c3d4e5f6-a7b8-9012-cdef-123456789012"
        }
      ]
    }
  ]
}