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

FHIR IG analytics

Packagede.gevko.evo.hlm
Resource TypeServiceRequest
IdServiceRequest-example.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_HLM_ServiceRequest|0.9.0"
    ]
  },
  "status": "active",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "https://fhir.gevko.de/CodeSystem/EVO_CS_HLM_Section_Type",
          "code": "HLM",
          "display": "Heilmittel"
        }
      ]
    }
  ],
  "code": {
    "text": "KG"
  },
  "quantityQuantity": {
    "value": 3,
    "system": "http://unitsofmeasure.org",
    "code": "{count}"
  },
  "subject": {
    "reference": "https://[FHIR-SERVER-URL]/Patient/00000001"
  },
  "requester": {
    "reference": "https://[FHIR-SERVER-URL]/Practitioner/00000002"
  },
  "reasonReference": [
    {
      "reference": "https://[FHIR-SERVER-URL]/Condition/00000005"
    }
  ]
}