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

FHIR IG analytics

Packageniceprofiling.v23q1
Resource TypeDeviceUseStatement
IdNICE-FeedingTubeSystem-Example-01.json
FHIR VersionR3

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

Example for specifying if a patient recieved enteral nutrition.
StatusCompleted
PatientP. Petersen
Start date and time of enteral nutritionPlanned surgery
Start date and time of enteral nutrition2022-01-09 at 15:43
End date and time of enteral nutrition2022-01-10 at 18:01

Source1

{
  "resourceType": "DeviceUseStatement",
  "id": "NICE-FeedingTubeSystem-Example-01",
  "meta": {
    "profile": [
      "https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-FeedingTubeSystem-2022Q1"
    ]
  },
  "text": {
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-Verified-2022Q1",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0532",
            "code": "Y",
            "display": "Yes"
          }
        ]
      }
    }
  ],
  "status": "completed",
  "subject": {
    "reference": "Patient/NICE-Patient-01",
    "display": "P. Petersen"
  },
  "whenUsed": {
    "start": "2022-01-09T15:43:00+02:00",
    "end": "2022-01-10T18:01:00+02:00"
  }
}