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

FHIR IG analytics

Packagech.fhir.ig.ch-ems
Resource TypeProcedure
IdProcedure-1-Transport.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": "Procedure",
  "id": "1-Transport",
  "status": "completed",
  "category": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "229824005",
        "display": "Positioning patient (procedure)"
      }
    ]
  },
  "code": {
    "coding": [
      {
        "system": "http://fhir.ch/ig/ch-ems/CodeSystem/IVR",
        "code": "1000103",
        "display": "laying"
      }
    ],
    "text": "liegend"
  },
  "subject": {
    "reference": "Patient/1-ThomasMueller"
  },
  "encounter": {
    "reference": "Encounter/1-Einsatz"
  },
  "usedCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "156009",
          "display": "Spine board, device (physical object)"
        }
      ],
      "text": "Rettungsbrett"
    }
  ]
}