@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/ProcessRequest/1110> a fhir:ProcessRequest;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "1110"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">A human-readable rendering of the Poll ProcessRequest</div>"
  ];
  fhir:ProcessRequest.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "http://happyvalley.com/processrequest" ];
     fhir:Identifier.value [ fhir:value "110" ]
  ];
  fhir:ProcessRequest.status [ fhir:value "active"];
  fhir:ProcessRequest.action [ fhir:value "poll"];
  fhir:ProcessRequest.created [ fhir:value "2014-08-16"^^xsd:date];
  fhir:ProcessRequest.organization [
     fhir:link <http://hl7.org/fhir/Organization/1>;
     fhir:Reference.reference [ fhir:value "Organization/1" ]
  ] .

<http://hl7.org/fhir/Organization/1> a fhir:Organization .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/ProcessRequest/1110.ttl> a owl:Ontology;
  owl:imports fhir:fhir.ttl;
  owl:versionIRI <http://hl7.org/fhir/STU3/ProcessRequest/1110.ttl> .

# -------------------------------------------------------------------------------------

