@prefix fhir: <http://hl7.org/fhir/> .
@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://hl7.org/fhir/uv/ips/Specimen/specimen-example-1> a fhir:Specimen ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "specimen-example-1"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/uv/ips/StructureDefinition/Specimen-uv-ips"^^xsd:anyURI ;
       fhir:link <http://hl7.org/fhir/uv/ips/StructureDefinition/Specimen-uv-ips>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Specimen specimen-example-1</b></p><a name=\"specimen-example-1\"> </a><a name=\"hcspecimen-example-1\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Specimen-uv-ips.html\">Specimen (IPS)</a></p></div><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 122575003}\">Urine specimen</span></p><p><b>subject</b>: <a href=\"Patient-66033.html\">Marie Lux-Brennard  Female, DoB: 1998-04-17 ( urn:oid:1.3.182.4.4#1998041799999)</a></p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Method</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 73416001}\">Urine specimen collection, clean catch</span></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:type [
     fhir:coding ( [
       a sct:122575003 ;
       fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "122575003" ] ;
       fhir:display [ fhir:v "Urine specimen" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:link <http://hl7.org/fhir/uv/ips/Patient/66033> ;
     fhir:reference [ fhir:v "Patient/66033" ]
  ] ; # 
  fhir:collection [
     fhir:method [
       fhir:coding ( [
         a sct:73416001 ;
         fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "73416001" ] ;
         fhir:display [ fhir:v "Urine specimen collection, clean catch" ]
       ] )
     ]
  ] . # 

<http://hl7.org/fhir/uv/ips/Patient/66033> a fhir:uv .

# -------------------------------------------------------------------------------------

