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

FHIR IG analytics

Packagede.gevko.evo.hlm
Resource TypeServiceRequest
IdServiceRequest-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": "ServiceRequest",
  "id": "00000005",
  "meta": {
    "profile": [
      "https://fhir.gevko.de/StructureDefinition/EVO_PR_KHB_ServiceRequest|0.9.0"
    ]
  },
  "status": "active",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "https://fhir.gevko.de/ValueSet/EVO_VS_KHB_Section_Type",
          "code": "KHB",
          "display": "Krankenhausbehandlung"
        }
      ]
    }
  ],
  "priority": "urgent",
  "subject": {
    "reference": "https://[FHIR-SERVER-URL]/Patient/00000001"
  },
  "requester": {
    "reference": "https://[FHIR-SERVER-URL]/Practitioner/00000002"
  },
  "performer": [
    {
      "identifier": {
        "type": {
          "coding": [
            {
              "system": "https://fhir.gevko.de/CodeSystem/EVO_CS_Belegarztbehandlung",
              "code": "1"
            }
          ]
        }
      }
    }
  ],
  "locationCode": [
    {
      "coding": [
        {
          "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_VDX_PRAXISTYP",
          "code": "50",
          "display": "Krankenhaus"
        }
      ]
    }
  ],
  "locationReference": [
    {
      "reference": "https://[FHIR-SERVER-URL]/Organisation/000000011"
    },
    {
      "reference": "https://[FHIR-SERVER-URL]/Organisation/000000012"
    }
  ],
  "reasonReference": [
    {
      "reference": "https://[FHIR-SERVER-URL]/Condition/00000006"
    }
  ],
  "extension": [
    {
      "url": "https://fhir.gevko.de/StructureDefinition/EVO_EX_Ursache_Unfall_BVG",
      "valueCoding": {
        "system": "https://fhir.kbv.de/CodeSystem/EVO_VS_Ursache_Type_Unfall_BVG",
        "code": "1",
        "display": "Unfall"
      }
    }
  ]
}