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-2.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": "00000007",
  "meta": {
    "profile": [
      "https://fhir.gevko.de/StructureDefinition/EVO_PR_KB_ServiceRequest|0.9.0"
    ]
  },
  "status": "active",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "https://fhir.gevko.de/CodeSystem/EVO_CS_KB_Section_Type",
          "code": "KB",
          "display": "Krankenbeförderung"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "https://fhir.gevko.de/ValueSet/EVO_VS_KB_Befoerderungsmittel",
        "code": "KTW",
        "display": "Krankentransportwagen"
      }
    ],
    "text": "Begründung für den Einsatz eines Krankentransportwagens"
  },
  "orderDetail": [
    {
      "coding": [
        {
          "system": "https://fhir.gevko.de/CodeSystem/EVO_CS_KB_Fahrt",
          "code": "HIN",
          "display": "Hinfahrt"
        }
      ]
    }
  ],
  "subject": {
    "reference": "http://[FHIR-SERVER-URL]/Patient/00000001"
  },
  "occurrenceTiming": {
    "repeat": {
      "boundsPeriod": {
        "start": "2020-07-06",
        "end": "2020-07-10"
      }
    }
  },
  "requester": {
    "reference": "http://[FHIR-SERVER-URL]/Practitioner/00000002"
  },
  "locationCode": [
    {
      "text": "Arztpraxis am Jungbrunnen"
    }
  ],
  "reasonCode": [
    {
      "coding": [
        {
          "system": "https://fhir.gevko.de/CodeSystem/EVO_CS_KB_Befoerderungsgrund",
          "code": "D2",
          "display": "Hochfrequente Behandlung - vergleichbarer Ausnahmefall"
        }
      ]
    }
  ],
  "note": [
    {
      "text": "Achtung Schwergewichtstransport - 219 kg"
    }
  ],
  "extension": [
    {
      "url": "https://fhir.gevko.de/StructureDefinition/EVO_EX_Zuzahlungsstatus",
      "valueCoding": {
        "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_ERP_StatusCoPayment",
        "code": "0"
      }
    },
    {
      "url": "https://fhir.gevko.de/StructureDefinition/EVO_EX_Ursache",
      "valueCoding": {
        "system": "https://fhir.kbv.de/ValueSet/KBV_VS_FOR_Ursache_Type",
        "code": "1"
      }
    }
  ]
}