HIV Screening Clinical Guidelines Implementation Guide
0.1.0 - CI Build Unknown region code '840'

HIV Screening Clinical Guidelines Implementation Guide, published by National Association of Community Health Centers, Inc. (NACHC). This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cqframework/hiv-cds/ and changes regularly. See the Directory of published versions

: Example MedicationDispense - prep-dispensed-medications-example - TTL Representation

Raw ttl | Download


@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:MedicationDispense ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "prep-dispensed-medications-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.org/guides/nachc/hiv-cds/StructureDefinition/prep-dispensed-medications"^^xsd:anyURI ;
fhir:link <http://fhir.org/guides/nachc/hiv-cds/StructureDefinition/prep-dispensed-medications>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationDispense prep-dispensed-medications-example</b></p><a name=\"prep-dispensed-medications-example\"> </a><a name=\"hcprep-dispensed-medications-example\"> </a><a name=\"prep-dispensed-medications-example-en-US\"> </a><p><b>medication</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/ndc 70518-2151}\">TENOFOVIR DISOPROXIL FUMARATE 300mg/1 ORAL TABLET, FILM COATED</span></p></div>"
  ] ; # 
  fhir:medication [
a fhir:CodeableConcept ;
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/ndc"^^xsd:anyURI ] ;
fhir:code [ fhir:v "70518-2151" ] ;
fhir:display [ fhir:v "TENOFOVIR DISOPROXIL FUMARATE 300mg/1 ORAL TABLET, FILM COATED" ]     ] )
  ] . #