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

FHIR IG analytics

Packagekbv.ita.aws
Resource TypeServiceRequest
IdBSP_KBV_PR_AW_Krankenbefoerderung_42019.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

TBD

Source1

{
  "resourceType": "ServiceRequest",
  "id": "5000",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2020-09-15T14:52:00+00:00",
    "profile": [
      "https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Krankenbefoerderung_42019|1.2.0"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "intent": "order",
  "code": {
    "coding": [
      {
        "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_AW_Ressourcentyp",
        "code": "Krankenbefoerderung_42019"
      }
    ]
  },
  "subject": {
    "reference": "Patient/3181"
  },
  "encounter": {
    "reference": "Encounter/3188"
  },
  "occurrenceTiming": {
    "repeat": {
      "boundsPeriod": {
        "start": "2020-08-01",
        "end": "2020-10-31"
      },
      "frequency": 2,
      "period": 1,
      "periodUnit": "wk"
    }
  },
  "performer": [
    {
      "extension": [
        {
          "url": "https://fhir.kbv.de/StructureDefinition/KBV_EX_AW_Krankenbefoerderung_Befoerderungsmittel_Optionen_42019",
          "extension": [
            {
              "url": "rollstuhl",
              "valueBoolean": true
            },
            {
              "url": "tragestuhl",
              "valueBoolean": false
            },
            {
              "url": "liegend",
              "valueBoolean": false
            }
          ]
        }
      ],
      "reference": "Device/3175"
    }
  ],
  "reasonCode": [
    {
      "coding": [
        {
          "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_AW_Krankenbefoerderung_Kategorie_42019",
          "code": "Unfall_Unfallfolge"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_AW_Krankenbefoerderung_Hauptleistung",
          "code": "Dialyse_Chemo_Strahlentherapie"
        }
      ]
    }
  ]
}