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 Condition - gonorrhea-diagnosis-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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Condition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "gonorrhea-diagnosis-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.org/guides/nachc/hiv-cds/StructureDefinition/gonorrhea-diagnosis"^^xsd:anyURI ;
fhir:link <http://fhir.org/guides/nachc/hiv-cds/StructureDefinition/gonorrhea-diagnosis>     ] )
  ] ; # 
  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: Condition gonorrhea-diagnosis-example</b></p><a name=\"gonorrhea-diagnosis-example\"> </a><a name=\"hcgonorrhea-diagnosis-example\"> </a><a name=\"gonorrhea-diagnosis-example-en-US\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 90428001}\">Gonococcal pericarditis (disorder)</span></p><p><b>subject</b>: <a href=\"Patient/hiv-patient-example\">Patient/hiv-patient-example</a></p><p><b>encounter</b>: <a href=\"Encounter-hiv-encounter-example.html\">Encounter: type = Office or other outpatient visit for the evaluation and management of a new patient, which requires a medically appropriate history and/or examination and straightforward medical decision making. When using time for code selection, 15-29 minutes of total time is spent on the date of the encounter.</a></p><p><b>asserter</b>: <a href=\"PractitionerRole/hiv-practitionerrole-example\">PractitionerRole/hiv-practitionerrole-example</a></p></div>"
  ] ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ]     ] )
  ] ; # 
  fhir:verificationStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-ver-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "confirmed" ]     ] )
  ] ; # 
  fhir:code [
    ( fhir:coding [
a sct:90428001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "90428001" ] ;
fhir:display [ fhir:v "Gonococcal pericarditis (disorder)" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/hiv-patient-example" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/hiv-encounter-example" ]
  ] ; # 
  fhir:asserter [
fhir:reference [ fhir:v "PractitionerRole/hiv-practitionerrole-example" ]
  ] . #