@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://fhir.org/fhir/us/anonymized-eicr/ServiceRequest/servicerequest-zika-anon> a fhir:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "servicerequest-zika-anon"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-servicerequest"^^xsd:anyURI ;
       fhir:link <http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-servicerequest>
     ] )
  ] ; # 
  fhir:text [
     fhir:extension ( [
       fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:code ;
         fhir:v "masked"
       ]
     ] ) ;
     fhir:status [ fhir:v "empty" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>MASKED</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "http://lab.smarthealthit.org"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "061ef612-344f-4e7b-81a8-1059ae7bbe11" ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:category ( [
     fhir:coding ( [
       a sct:103693007 ;
       fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "103693007" ] ;
       fhir:display [ fhir:v "Diagnostic procedure (procedure)" ]
     ] ) ;
     fhir:text [ fhir:v "Diagnostics Procedure" ]
  ] ) ; # 
  fhir:code [
     fhir:coding ( [
       a loinc:80825-3 ;
       fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "80825-3" ] ;
       fhir:display [ fhir:v "Zika virus envelope E gene [Presence] in Serum by NAA with probe detection" ]
     ] ) ;
     fhir:text [ fhir:v "Zika RT-PCR" ]
  ] ; # 
  fhir:subject [
     fhir:link <http://fhir.org/fhir/us/anonymized-eicr/Patient/patient-anon> ;
     fhir:reference [ fhir:v "Patient/patient-anon" ]
  ] ; # 
  fhir:performer ( [
     fhir:link <http://fhir.org/fhir/us/anonymized-eicr/Organization/organization-acme-laboratory> ;
     fhir:reference [ fhir:v "Organization/organization-acme-laboratory" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

