FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example ConditionDefinition/example (Turtle)

Patient Care Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: No defined compartments

Raw Turtle (+ also see Turtle/RDF Format Specification)

Example of conditiondefinition

@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:ConditionDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example"] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "pc" ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/ConditionDefinition/example"^^xsd:anyURI] ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.25.1" ]
  ] ) ; # 
  fhir:name [ fhir:v "Hyperlipidemia"] ; # 
  fhir:title [ fhir:v "Hyperlipidemia Status"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2019-05-26T10:44:00+10:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Patient Care"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/patientcare" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Hyperlipidemia Status"] ; # 
  fhir:code [
     fhir:coding ( [
       a sct:55822004 ;
       fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "55822004" ] ;
       fhir:display [ fhir:v "Hyperlipidemia (disorder)" ]
     ] )
  ] ; # 
  fhir:hasSeverity [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:hasBodySite [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:hasStage [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:definition ( [ fhir:v "https://med.stanford.edu/content/dam/sm/cerc/documents/Hyperlipidemia%20Management%20Protocol.pdf"^^xsd:anyURI] ) ; # 
  fhir:observation ( [
     fhir:v "http://example.org/fhir/ObservationDefinition/lipid-panel"^^xsd:anyURI ;
     fhir:link <http://example.org/fhir/ObservationDefinition/lipid-panel>
  ] [
     fhir:v "http://example.org/fhir/ObservationDefinition/cholesterol"^^xsd:anyURI ;
     fhir:link <http://example.org/fhir/ObservationDefinition/cholesterol>
  ] [
     fhir:v "http://example.org/fhir/ObservationDefinition/triglyceride"^^xsd:anyURI ;
     fhir:link <http://example.org/fhir/ObservationDefinition/triglyceride>
  ] [
     fhir:v "http://example.org/fhir/ObservationDefinition/cholesterol-hdl"^^xsd:anyURI ;
     fhir:link <http://example.org/fhir/ObservationDefinition/cholesterol-hdl>
  ] [
     fhir:v "http://example.org/fhir/ObservationDefinition/cholesterol-ldl"^^xsd:anyURI ;
     fhir:link <http://example.org/fhir/ObservationDefinition/cholesterol-ldl>
  ] ) ; # 
  fhir:medication ( [
     fhir:code [
       fhir:coding ( [
         fhir:system [ fhir:v "http://www.nlm.nih.gov/research/umls/rxnorm"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "203151" ] ;
         fhir:display [ fhir:v "fenoldopam mesylate" ]
       ] ) ;
       fhir:text [ fhir:v "Gemfibrozil" ]
     ]
  ] ) ; #  
#  <observation>
#    <code>
#      <coding>
#        <system value="http://loinc.org"/>
#        <code value="24331-1"/>
#        <display value="Lipid 1996 panel - Serum or Plasma"/>
#      </coding>
#      <text value="Lipid Panel"/>
#    </code>
#  </observation>
#  <observation>
#    <code>
#      <coding>
#        <system value="http://loinc.org"/>
#        <code value="35200-5"/>
#        <display value="Cholesterol [Mass or Moles/volume] in Serum or Plasma"/>
#      </coding>
#      <text value="Cholesterol"/>
#    </code>
#  </observation>
#  <observation>
#    <code>
#      <coding>
#        <system value="http://loinc.org"/>
#        <code value="35217-9"/>
#        <display value="Triglyceride [Mass or Moles/volume] in Serum or Plasma"/>
#      </coding>
#      <text value="Triglyceride"/>
#    </code>
#  </observation>
#  <observation>
#    <code>
#      <coding>
#        <system value="http://loinc.org"/>
#        <code value="2085-9"/>
#        <display value="Cholesterol in HDL [Mass/volume] in Serum or Plasma"/>
#      </coding>
#      <text value="Cholesterol in HDL"/>
#    </code>
#  </observation>
#  <observation>
#    <code>
#      <coding>
#        <system value="http://loinc.org"/>
#        <code value="13457-7"/>
#        <display value="Cholesterol in LDL [Mass/volume] in Serum or Plasma by calculation"/>
#      </coding>
#      <text value="LDL Chol. (Calc)"/>
#    </code>
#  </observation>
# 
  fhir:plan ( [
     fhir:reference [
       fhir:link <http://acme.com/fhir/PlanDefinition/fd0e32d8-2ebd-4211-9e50-8983efddc2c6> ;
       fhir:reference [ fhir:v "http://acme.com/fhir/PlanDefinition/fd0e32d8-2ebd-4211-9e50-8983efddc2c6" ]
     ]
  ] )] . # 

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.