@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/uv/genomics-reporting/MedicationStatement/MedicationStatementWarfarin> a fhir:MedicationStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "MedicationStatementWarfarin"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement MedicationStatementWarfarin</b></p><a name=\"MedicationStatementWarfarin\"> </a><a name=\"hcMedicationStatementWarfarin\"> </a><p><b>status</b>: Unknown</p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 11289}\">Warfarin</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatient.html\">Anonymous Patient (no stated gender), DoB Unknown</a></p></div>"
  ] ;
  fhir:MedicationStatement.status [ fhir:value "unknown"] ;
  fhir:MedicationStatement.medicationCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://www.nlm.nih.gov/research/umls/rxnorm" ] ;
       fhir:Coding.code [ fhir:value "11289" ] ;
       fhir:Coding.display [ fhir:value "Warfarin" ]
     ]
  ] ;
  fhir:MedicationStatement.subject [
     fhir:link <http://hl7.org/fhir/uv/genomics-reporting/Patient/ExamplePatient> ;
     fhir:Reference.reference [ fhir:value "Patient/ExamplePatient" ]
  ] .

<http://hl7.org/fhir/uv/genomics-reporting/Patient/ExamplePatient> a fhir:uv .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/uv/genomics-reporting/MedicationStatement/MedicationStatementWarfarin.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/uv/genomics-reporting/MedicationStatement/MedicationStatementWarfarin.ttl> .

# -------------------------------------------------------------------------------------

