| Orders and Observations Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Not linked to any defined compartments | 
Raw Turtle (+ also see Turtle/RDF Format Specification)
Feeding Tube
@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
# - resource -------------------------------------------------------------------
[] a fhir:Device;
  fhir:Resource.id [ fhir:value "f001"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ];
  fhir:Device.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "http:/goodhealthhospital/identifier/devices" ];
     fhir:Identifier.value [ fhir:value "12345" ]
  ];
  fhir:Device.status [ fhir:value "active"] .
# -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.