Current Build

@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 -------------------------------------------------------------------

 a fhir:ValueSet;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "pregnancyTests"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition";
       fhir:index 0     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>FPAR Pregnancy Tests</h2><div><p>Pregnancy test LOINC codes used by FPAR</p>\n</div><p><b>Copyright Statement:</b> This content LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use</p><p>This value set includes codes from the following code systems:</p><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://details.loinc.org/LOINC/2110-5.html\">2110-5</a></td><td>Choriogonadotropin.beta subunit (pregnancy test) [Presence] in Serum or Plasma</td><td/></tr><tr><td><a href=\"http://details.loinc.org/LOINC/2118-8.html\">2118-8</a></td><td>Choriogonadotropin (pregnancy test) [Presence] in Serum or Plasma</td><td/></tr><tr><td><a href=\"http://details.loinc.org/LOINC/2106-3.html\">2106-3</a></td><td>Choriogonadotropin (pregnancy test) [Presence] in Urine</td><td/></tr><tr><td><a href=\"http://details.loinc.org/LOINC/80385-8.html\">80385-8</a></td><td>Choriogonadotropin (pregnancy test) [Presence] in Serum by Rapid immunoassay</td><td/></tr><tr><td><a href=\"http://details.loinc.org/LOINC/21198-7.html\">21198-7</a></td><td>Choriogonadotropin.beta subunit [Units/volume] in Serum or Plasma</td><td/></tr><tr><td><a href=\"http://details.loinc.org/LOINC/19080-1.html\">19080-1</a></td><td>Choriogonadotropin [Units/volume] in Serum or Plasma</td><td/></tr></table></li></ul></div>"
  ];
  fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/fpar/ValueSet/pregnancyTests"];
  fhir:ValueSet.name [ fhir:value "FPAR Pregnancy Tests"];
  fhir:ValueSet.status [ fhir:value "draft"];
  fhir:ValueSet.date [ fhir:value "2015-02-19T21:44:49-05:00"^^xsd:dateTime];
  fhir:ValueSet.publisher [ fhir:value "HSPC"];
  fhir:ValueSet.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "other" ];
       fhir:ContactPoint.value [ fhir:value "http://healthcaresoa.org" ]     ]
  ];
  fhir:ValueSet.description [ fhir:value "Pregnancy test LOINC codes used by FPAR"];
  fhir:ValueSet.copyright [ fhir:value "This content LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use"];
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.system [ fhir:value "http://loinc.org" ];
       fhir:ValueSet.compose.include.concept [
         fhir:index 0;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "2110-5" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Choriogonadotropin.beta subunit (pregnancy test) [Presence] in Serum or Plasma" ]       ], [
         fhir:index 1;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "2118-8" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Choriogonadotropin (pregnancy test) [Presence] in Serum or Plasma" ]       ], [
         fhir:index 2;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "2106-3" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Choriogonadotropin (pregnancy test) [Presence] in Urine" ]       ], [
         fhir:index 3;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "80385-8" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Choriogonadotropin (pregnancy test) [Presence] in Serum by Rapid immunoassay" ]       ], [
         fhir:index 4;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "21198-7" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Choriogonadotropin.beta subunit [Units/volume] in Serum or Plasma" ]       ], [
         fhir:index 5;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "19080-1" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Choriogonadotropin [Units/volume] in Serum or Plasma" ]       ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.