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-4.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": "00000008",
  "meta": {
    "profile": [
      "https://fhir.gevko.de/StructureDefinition/EVO_PR_HLM_Zusatzinfos|0.9.0"
    ]
  },
  "status": "active",
  "intent": "order",
  "priority": "routine",
  "code": {
    "coding": [
      {
        "system": "https://fhir.gevko.de/CodeSystem/EVO_CS_HLM_Section_Type",
        "code": "Zusatzinfos"
      }
    ]
  },
  "orderDetail": [
    {
      "coding": [
        {
          "system": "https://fhir.gevko.de/CodeSystem/EVO_CS_HLM_Therapiebericht",
          "code": "0"
        }
      ]
    }
  ],
  "subject": {
    "reference": "https://[FHIR-SERVER-URL]/Patient/00000001"
  },
  "occurrenceTiming": {
    "repeat": {
      "frequency": 2,
      "periodUnit": "wk"
    }
  },
  "requester": {
    "reference": "https://[FHIR-SERVER-URL]/Practitioner/00000002"
  },
  "locationCode": [
    {
      "coding": [
        {
          "system": "https://fhir.gevko.de/CodeSystem/EVO_CS_HLM_Hausbesuch",
          "code": "0"
        }
      ]
    }
  ],
  "reasonReference": [
    {
      "reference": "https://[FHIR-SERVER-URL]/Condition/00000005"
    }
  ],
  "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_Unfall_BVG",
      "valueCoding": {
        "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_FOR_Ursache_Type",
        "code": "1"
      }
    }
  ]
}