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

FHIR IG analytics

Packagehl7.fhir.eu.extensions
Resource TypeComposition
IdComposition-comp-example.json
FHIR VersionR5

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 comp-example

Composition: Based On Order: http://example.org/document-order-1

Composition: Information recipient: MUDr. Aleš Procházka

Document DiagnosticReport Reference: My Laboratory Report Test

identifier: Uniform Resource Identifier (URI)/urn:uuid:3f69e0a5-2177-4540-baab-7a5d0877428f

status: Final

type: Laboratory report

date: 2022-10-25 14:30:00+0100

author: MUDr. Aleš Procházka

title: Laboratory Report Test

Attesters

-ModeTimeParty
*Legal2020-12-27 14:30:00+0100Best Laboratory

custodian: Best Laboratory


Source1

{
  "resourceType": "Composition",
  "id": "comp-example",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.eu/fhir/StructureDefinition/composition-basedOn-order-or-requisition",
      "valueIdentifier": {
        "system": "http://example.org",
        "value": "document-order-1"
      }
    },
    {
      "url": "http://hl7.eu/fhir/StructureDefinition/information-recipient",
      "valueReference": {
        "display": "MUDr. Aleš Procházka"
      }
    },
    {
      "url": "http://hl7.eu/fhir/extensions/StructureDefinition/composition-diagnosticReportReference",
      "valueReference": {
        "display": "My Laboratory Report Test"
      }
    }
  ],
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:uuid:3f69e0a5-2177-4540-baab-7a5d0877428f"
    }
  ],
  "status": "final",
  "type": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "11502-2",
        "display": "Laboratory report"
      }
    ]
  },
  "subject": [
    {
      "display": "Nice Patient"
    }
  ],
  "date": "2022-10-25T14:30:00+01:00",
  "author": [
    {
      "display": "MUDr. Aleš Procházka"
    }
  ],
  "title": "Laboratory Report Test",
  "attester": [
    {
      "mode": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/composition-attestation-mode",
            "code": "legal",
            "display": "Legal"
          }
        ]
      },
      "time": "2020-12-27T14:30:00+01:00",
      "party": {
        "display": "Best Laboratory"
      }
    }
  ],
  "custodian": {
    "display": "Best Laboratory"
  }
}