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

FHIR IG analytics

Packagede.gevko.evo.hlm
Resource TypeComposition
IdComposition-example-duplicate-3.json
FHIR VersionR4

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",
  "id": "0000000CA",
  "meta": {
    "profile": [
      "https://fhir.gevko.de/StructureDefinition/EVO_PR_KHB_A_Composition|0.9.0"
    ]
  },
  "status": "final",
  "type": {
    "coding": [
      {
        "system": "https://fhir.gevko.de/CodeSystem/EVO_CS_FOR_FormularArt",
        "code": "e02A"
      }
    ]
  },
  "subject": {
    "reference": "http://FHIR-SERVER-URL/Patient/00000001"
  },
  "date": "2020-06-09T12:30:02Z",
  "author": [
    {
      "reference": "http://FHIR-SERVER-URL/Practitioner/00000002",
      "type": "Practitioner"
    },
    {
      "type": "Device",
      "identifier": {
        "system": "https://fhir.kbv.de/NamingSystem/KBV_NS_FOR_Pruefnummer",
        "value": "00998877665544332211"
      }
    }
  ],
  "title": "Verordnung von Krankenhausbehandlung",
  "custodian": {
    "reference": "http://FHIR-SERVER-URL/Organisation/00000003"
  },
  "section": [
    {
      "code": {
        "coding": [
          {
            "system": "https://fhir.gevko.de/ValueSet/EVO_VS_KHB_Section_Type",
            "code": "Coverage"
          }
        ]
      },
      "entry": [
        {
          "reference": "http://FHIR-SERVER-URL/Coverage/00000004"
        }
      ]
    },
    {
      "code": {
        "coding": [
          {
            "system": "https://fhir.gevko.de/ValueSet/EVO_VS_KHB_Section_Type",
            "code": "KHB"
          }
        ]
      },
      "entry": [
        {
          "reference": "http://FHIR-SERVER-URL/ServiceRequest/00000005"
        }
      ]
    },
    {
      "code": {
        "coding": [
          {
            "system": "https://fhir.gevko.de/ValueSet/EVO_VS_KHB_Section_Type",
            "code": "Diagnose"
          }
        ]
      },
      "entry": [
        {
          "reference": "http://FHIR-SERVER-URL/Condition/00000006"
        }
      ]
    }
  ]
}