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

FHIR IG analytics

Packageru.core
Resource TypeComposition
IdComposition-example-core-composition-ivanov-consultation-min.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 example-core-composition-ivanov-consultation-min

identifier: https://fhir.ru/ig/core/systems/composition/COMP-2024-001

status: Final

type: Progress note

date: 2024-01-15 10:30:00+0000

author: PractitionerRole Врач-терапевт участковый

title: Запись о приеме пациента Иванова И.П.


Source1

{
  "resourceType": "Composition",
  "id": "example-core-composition-ivanov-consultation-min",
  "meta": {
    "profile": [
      "https://fhir.ru/ig/core/StructureDefinition/core-composition"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://fhir.ru/ig/core/systems/composition",
      "value": "COMP-2024-001"
    }
  ],
  "status": "final",
  "type": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "11506-3",
        "display": "Progress note"
      }
    ]
  },
  "subject": [
    {
      "reference": "Patient/example-core-patient-ivanov-min"
    }
  ],
  "date": "2024-01-15T10:30:00Z",
  "author": [
    {
      "reference": "PractitionerRole/example-core-practitionerrole-smirnov-therapist-min"
    }
  ],
  "title": "Запись о приеме пациента Иванова И.П."
}