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

FHIR IG analytics

Packagehie-fhir-ig-profile
Resource TypeComposition
IdComposition-ExampleHIEComposition.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

Generated Narrative: Composition ExampleHIEComposition

identifier: Accession ID/comp-12345 (use: official, )

status: Final

type: Narrative document

category: Clinical document

encounter: Encounter/example

date: 2024-11-01 10:00:00+0000

author: Organization/example

title: Composition Title

confidentiality: N

Attesters

-ModeTimeParty
*Legal2024-11-01 10:00:00+0000Practitioner/example

custodian: Organization/example

Events

-CodeDetail
*Event Code PlaceholderProcedure/example

Source1

{
  "resourceType": "Composition",
  "id": "ExampleHIEComposition",
  "meta": {
    "profile": [
      "https://nshr.dha.go.ke/fhir/StructureDefinition/composition"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": {
    "use": "official",
    "type": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
          "code": "ACSN",
          "display": "Accession ID"
        }
      ]
    },
    "system": "http://example.org/hie/compositions",
    "value": "comp-12345"
  },
  "status": "final",
  "type": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "11502-2",
        "display": "Narrative document"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "LP173421-1",
          "display": "Clinical document"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/example"
  },
  "encounter": {
    "reference": "Encounter/example"
  },
  "date": "2024-11-01T10:00:00Z",
  "author": [
    {
      "reference": "Organization/example"
    }
  ],
  "title": "Composition Title",
  "confidentiality": "N",
  "attester": [
    {
      "mode": "legal",
      "time": "2024-11-01T10:00:00Z",
      "party": {
        "reference": "Practitioner/example"
      }
    }
  ],
  "custodian": {
    "reference": "Organization/example"
  },
  "event": [
    {
      "code": [
        {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "XYZ",
              "display": "Event Code Placeholder"
            }
          ]
        }
      ],
      "detail": [
        {
          "reference": "Procedure/example"
        }
      ]
    }
  ],
  "section": [
    {
      "title": "Clinical Summary",
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "34133-9",
            "display": "Summary of episode note"
          }
        ]
      },
      "author": [
        {
          "reference": "Practitioner/example"
        }
      ],
      "entry": [
        {
          "reference": "Observation/example"
        }
      ]
    }
  ]
}