# $Id: hl7-sample.ttl,v 1.3 2008/03/05 03:18:36 eric Exp $
# http://www.w3.org/2001/sw/grddl-wg/doc29/hl7-sample.xml 
# through hl7-rim-to-pomr.xslt and serialized as turtle.

@prefix hl7: <urn:hl7-org:> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ex: <http://example.com/> .
@prefix galen: <http://www.co-ode.org/ontologies/galen#> .
@prefix core: <http://www.w3.org/2004/02/skos/core#> .
@prefix exOwl: <http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#> .
@prefix owl: <http://www.geneontology.org/owl#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix cpr: <http://purl.org/cpr/0.5#> .
@prefix r: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/cpr> .

[
   a cpr:patient-record ;
   dc:date "2000-04-07" ;
   owl:OBO_REL_has_proper_part [
      a cpr:clinical-description ;
      cpr:description-of [
         a cpr:screening-act ;
         dc:date "1950" ;
         exOwl:realizes [
            a cpr:diagnosis ;
            core:prefLabel "Asthma" 
         ] ;
         core:prefLabel "clinical diagnosis"
      ] 
   ] ;
   owl:OBO_REL_has_proper_part [
      a cpr:clinical-description ;
      cpr:description-of [
         a cpr:screening-act ;
         dc:date "1970" ;
         owl:OBO_REL_has_improper_part [
            a cpr:medical-history-screening-act ;
            exOwl:realizes [
               dc:date "1970" ;
               core:prefLabel "MI" 
            ] ;
            core:prefLabel "history taking (procedure)"
         ] ;
         core:prefLabel "history taking (procedure)"
      ] 
   ] ;
   owl:OBO_REL_has_proper_part [
      a cpr:clinical-description ;
      cpr:description-of [
         a cpr:screening-act ;
         dc:date "2000-04-07" ;
         exOwl:realizes _:_1 ;
         core:prefLabel "Peak flow" 
      ] 
   ] ;
   owl:OBO_REL_has_proper_part [
      a cpr:clinical-description ;
      cpr:description-of [
         a cpr:screening-act ;
         dc:date "2000-04-07T14:30:00" ;
         galen:hasSpecificLocation "Left arm" ;
         owl:OBO_REL_has_improper_part [
            a cpr:clinical-examination ;
            dc:date "2000-04-07T15:30:00" ;
            exOwl:realizes [
               a galen:AbsoluteMeasurement ;
               ex:unit "mm[Hg]" ;
               r:value "132" ;
               core:prefLabel "Systolic BP" 
            ] 
         ] ;
         owl:OBO_REL_has_improper_part [
            a cpr:clinical-examination ;
            dc:date "2000-04-07T15:30:00" ;
            exOwl:realizes [
               a galen:AbsoluteMeasurement ;
               ex:unit "mm[Hg]" ;
               r:value "86" ;
               core:prefLabel "Diastolic BP" 
            ] 
         ] ;
         core:prefLabel "Cuff blood pressure"
      ] 
   ] ;
   owl:OBO_REL_has_proper_part [
      a cpr:clinical-description ;
      cpr:description-of [
         a cpr:therapeutic-act ;
         dc:date "2000-04-07T14:30:00" ;
         galen:hasSpecificLocation "Left forearm" ;
         core:prefLabel "Suture removal" 
      ] 
   ] ;
   owl:OBO_REL_has_proper_part [
      a cpr:clinical-description ;
      cpr:description-of [
         a cpr:screening-act ;
         dc:date "2000-04-07T14:30:00" ;
         exOwl:realizes [
            ex:unit "Cel" ;
            r:value "36.9" 
         ] ;
         exOwl:realizes [
            ex:unit "[degF]" ;
            r:value "98.5" 
         ] ;
         core:prefLabel "Body temperature"
      ] 
   ] ;
   owl:OBO_REL_has_proper_part [
      a cpr:clinical-description ;
      cpr:description-of [
         a cpr:screening-act ;
         dc:date "2000-04-07T14:30:00" ;
         exOwl:realizes [
            ex:unit "[in_I]" ;
            r:value "69.7" 
         ] ;
         exOwl:realizes [
            ex:unit "m" ;
            r:value "1.77" 
         ] ;
         core:prefLabel "Body height measure"
      ] 
   ] ;
   owl:OBO_REL_has_proper_part [
      a cpr:clinical-description ;
      cpr:description-of [
         a cpr:screening-act ;
         dc:date "2000-04-07T14:30:00" ;
         exOwl:realizes [
            ex:unit "[lb_ap]" ;
            r:value "194.0" 
         ] ;
         exOwl:realizes [
            ex:unit "kg" ;
            r:value "88.0" 
         ] ;
         core:prefLabel "Body weight measure"
      ] 
   ] ;
   owl:OBO_REL_has_proper_part [
      a cpr:clinical-description ;
      cpr:description-of [
         a cpr:screening-act ;
         dc:date "2000-04-07T14:30:00" ;
         exOwl:realizes [
            ex:unit "ar" ;
            r:value "2.05" 
         ] ;
         core:prefLabel "Body surface area"
      ] 
   ] ;
   owl:OBO_REL_has_proper_part [
      a cpr:clinical-description ;
      cpr:description-of [
         a cpr:screening-act ;
         dc:date "2000-04-07T14:30:00" ;
         exOwl:realizes _:_2 ;
         core:prefLabel "Body mass index" 
      ] 
   ] ;
   owl:OBO_REL_has_proper_part [
      a cpr:clinical-description ;
      cpr:description-of [
         a cpr:screening-act ;
         dc:date "2000-04-07T14:30:00" ;
         exOwl:realizes _:_3 ;
         core:prefLabel "Heart rate" 
      ] 
   ] ;
   owl:OBO_REL_has_proper_part [
      a cpr:clinical-description ;
      cpr:description-of [
         a cpr:screening-act ;
         dc:date "2000-04-07T14:30:00" ;
         exOwl:realizes [
            core:prefLabel "Breathing easily" 
         ] ;
         core:prefLabel "Respiratory pattern"
      ] 
   ] ;
   owl:OBO_REL_has_proper_part [
      a cpr:clinical-description ;
      cpr:description-of [
         a cpr:screening-act ;
         dc:date "2000-04-07T14:30:00" ;
         exOwl:realizes [
            core:prefLabel "Heart regular" 
         ] ;
         core:prefLabel "Regularity of heart rhythm"
      ] 
   ] ;
   owl:OBO_REL_has_proper_part [
      a cpr:clinical-description ;
      cpr:description-of [
         a cpr:screening-act ;
         dc:date "2000-04-07T14:30:00" ;
         exOwl:realizes _:_4 ;
         core:prefLabel "Respiratory rate" 
      ] 
   ] ;
   owl:OBO_REL_has_proper_part [
      a cpr:clinical-description ;
      cpr:description-of [
         a cpr:screening-act ;
         dc:date "2000-04-07T15:30:00" ;
         galen:hasSpecificLocation "Left arm" ;
         owl:OBO_REL_has_improper_part [
            a cpr:clinical-examination ;
            dc:date "2000-04-07T15:30:00" ;
            exOwl:realizes [
               a galen:AbsoluteMeasurement ;
               ex:unit "mm[Hg]" ;
               r:value "135" ;
               core:prefLabel "Systolic BP" 
            ] 
         ] ;
         owl:OBO_REL_has_improper_part [
            a cpr:clinical-examination ;
            dc:date "2000-04-07T15:30:00" ;
            exOwl:realizes [
               a galen:AbsoluteMeasurement ;
               ex:unit "mm[Hg]" ;
               r:value "88" ;
               core:prefLabel "Diastolic BP" 
            ] 
         ] ;
         core:prefLabel "Cuff blood pressure"
      ] 
   ] ;
   owl:OBO_REL_has_proper_part [
      a cpr:clinical-description ;
      cpr:description-of [
         a cpr:screening-act ;
         dc:date "2000-04-07T15:30:00" ;
         galen:hasSpecificLocation "Skin of palmer surface of index finger" ;
         exOwl:realizes [
            a cpr:diagnosis ;
            galen:hasSpecificLocation "Skin of palmer surface of index finger" ;
            core:prefLabel "Contact dermatitis" 
         ] ;
         core:prefLabel "Established diagnosis"
      ] 
   ] ;
   owl:OBO_REL_has_proper_part [
      a cpr:clinical-description ;
      cpr:description-of [
         a cpr:screening-act ;
         dc:date "2000-04-07T15:30:00" ;
         exOwl:realizes [
            a cpr:diagnosis ;
            core:prefLabel "Asthma" 
         ] ;
         core:prefLabel "Established diagnosis"
      ] 
   ] ;
   owl:OBO_REL_has_proper_part [
      a cpr:clinical-description ;
      cpr:description-of [
         a cpr:screening-act ;
         dc:date "2000-04-07T15:30:00" ;
         exOwl:realizes [
            a cpr:diagnosis ;
            core:prefLabel "Essential hypertension" 
         ] ;
         core:prefLabel "Established diagnosis"
      ] 
   ] ;
   owl:OBO_REL_has_proper_part [
      a cpr:clinical-description ;
      cpr:description-of [
         a cpr:screening-act ;
         dc:date "2000-04-07T15:30:00" ;
         exOwl:realizes _:_5 ;
         core:prefLabel "Heart rate" 
      ] 
   ] ;
   owl:OBO_REL_has_proper_part [
      a cpr:clinical-description ;
      cpr:description-of [
         a cpr:screening-act ;
         dc:date "2000-04-07T15:30:00" ;
         exOwl:realizes [
            core:prefLabel "Heart regular" 
         ] ;
         core:prefLabel "Regularity of heart rhythm"
      ] 
   ] ;
   owl:OBO_REL_has_proper_part [
      a cpr:clinical-description ;
      cpr:description-of [
         a cpr:screening-act ;
         dc:date "2000-04-07T15:30:00" ;
         exOwl:realizes _:_6 ;
         core:prefLabel "Respiratory rate" 
      ] 
   ] ;
   owl:OBO_REL_has_proper_part [
      a cpr:clinical-description ;
      cpr:description-of [
         a cpr:screening-act ;
         galen:hasSpecificLocation "Knee joint" ;
         exOwl:realizes [
            a cpr:diagnosis ;
            galen:hasSpecificLocation "Knee joint" ;
            core:prefLabel "Osteoarthritis" 
         ] ;
         core:prefLabel "clinical diagnosis"
      ] 
   ] ;
   owl:OBO_REL_has_proper_part [
      a cpr:clinical-description ;
      cpr:description-of [
         a cpr:screening-act ;
         galen:hasSpecificLocation "Skin of palmer surface of index finger" ;
         exOwl:realizes [
            core:prefLabel "Rash" 
         ] ;
         core:prefLabel "Skin finding"
      ] 
   ] ;
   owl:OBO_REL_has_proper_part [
      a cpr:clinical-description ;
      cpr:description-of [
         a cpr:screening-act ;
         owl:OBO_REL_has_improper_part [
            a cpr:medical-history-screening-act ;
            exOwl:realizes [
               a cpr:medical-sign ;
               cpr:interpretant-of [
                  a cpr:symptom ;
                  core:prefLabel "Hives" 
               ] ;
               core:prefLabel "Allergy to penicillin"
            ] ;
            core:prefLabel "history taking (procedure)"
         ] ;
         core:prefLabel "history taking (procedure)"
      ] 
   ] ;
   owl:OBO_REL_has_proper_part [
      a cpr:clinical-description ;
      cpr:description-of [
         a cpr:screening-act ;
         owl:OBO_REL_has_improper_part [
            a cpr:medical-history-screening-act ;
            exOwl:realizes [
               a cpr:medical-sign ;
               cpr:interpretant-of [
                  a cpr:symptom ;
                  core:prefLabel "Nausea" 
               ] 
            ] 
         ] ;
         core:prefLabel "history taking (procedure)"
      ] 
   ] ;
   owl:OBO_REL_has_proper_part [
      a cpr:clinical-description ;
      cpr:description-of [
         a cpr:screening-act ;
         owl:OBO_REL_has_improper_part [
            a cpr:medical-history-screening-act ;
            exOwl:realizes [
               a cpr:medical-sign ;
               cpr:interpretant-of [
                  a cpr:symptom ;
                  core:prefLabel "Pruritis" 
               ] ;
               core:prefLabel "Adverse reaction to drug"
            ] ;
            core:prefLabel "history taking (procedure)"
         ] ;
         core:prefLabel "history taking (procedure)"
      ] 
   ] ;
   owl:OBO_REL_has_proper_part [
      a cpr:clinical-description ;
      cpr:description-of [
         a cpr:screening-act ;
         owl:OBO_REL_has_improper_part [
            a cpr:medical-history-screening-act ;
            exOwl:realizes [
               a cpr:medical-sign ;
               cpr:interpretant-of [
                  a cpr:symptom ;
                  core:prefLabel "Wheezing" 
               ] ;
               core:prefLabel "Allergy to aspirin"
            ] ;
            core:prefLabel "history taking (procedure)"
         ] ;
         core:prefLabel "history taking (procedure)"
      ] 
   ] ;
   owl:OBO_REL_has_proper_part [
      a cpr:clinical-description ;
      cpr:description-of [
         a cpr:screening-act ;
         owl:OBO_REL_has_improper_part [
            a cpr:medical-history-screening-act ;
            exOwl:realizes [
               core:prefLabel "No family history of diabetes" 
            ] ;
            core:prefLabel "history taking (procedure)"
         ] ;
         core:prefLabel "history taking (procedure)"
      ] 
   ] ;
   owl:OBO_REL_has_proper_part [
      a cpr:clinical-description ;
      cpr:description-of [
         a cpr:screening-act ;
         exOwl:realizes [
            a cpr:medical-sign ;
            cpr:interpretant-of [
               a foaf:Image ;
               core:prefLabel "Chest-X-ray" 
            ] ;
            core:prefLabel "Chest hyperinflated"
         ] ;
         core:prefLabel "Imaging interpretation"
      ] 
   ] ;
   owl:OBO_REL_has_proper_part [
      a cpr:clinical-description ;
      cpr:description-of [
         a cpr:screening-act ;
         exOwl:realizes [
            a cpr:medical-sign ;
            cpr:interpretant-of [
               a foaf:Image ;
               core:prefLabel "Chest-X-ray" 
            ] 
         ] ;
         core:prefLabel "Imaging interpretation"
      ] 
   ] ;
   owl:OBO_REL_has_proper_part [
      a cpr:clinical-description ;
      cpr:description-of [
         a cpr:screening-act ;
         exOwl:realizes [
            a cpr:diagnosis ;
            core:prefLabel "HTN" 
         ] ;
         core:prefLabel "clinical diagnosis"
      ] 
   ] ;
   owl:OBO_REL_has_proper_part [
      a cpr:clinical-description ;
      cpr:description-of [
         a cpr:screening-act ;
         exOwl:realizes [
            core:prefLabel "Chest clear" 
         ] ;
         core:prefLabel "Respiratory sounds"
      ] 
   ] ;
   owl:OBO_REL_has_proper_part [
      a cpr:clinical-description ;
      cpr:description-of [
         a cpr:screening-act ;
         exOwl:realizes [
            core:prefLabel "Fourth heart sound inaudible" 
         ] ;
         core:prefLabel "Auscultation"
      ] 
   ] ;
   owl:OBO_REL_has_proper_part [
      a cpr:clinical-description ;
      cpr:description-of [
         a cpr:screening-act ;
         exOwl:realizes [
            core:prefLabel "Normal heart rate" 
         ] ;
         core:prefLabel "Auscultation"
      ] 
   ] ;
   owl:OBO_REL_has_proper_part [
      a cpr:clinical-description ;
      cpr:description-of [
         a cpr:screening-act ;
         exOwl:realizes [
            core:prefLabel "Trivial drinker -  less than 1/day" 
         ] ;
         core:prefLabel "Alcohol intake"
      ] 
   ] ;
   owl:OBO_REL_has_proper_part [
      a cpr:clinical-description ;
      cpr:description-of [
         a cpr:screening-act ;
         exOwl:realizes _:_7 ;
         core:prefLabel "Date ceased smoking" 
      ] 
   ] ;
   owl:OBO_REL_has_proper_part [
      a cpr:clinical-description ;
      cpr:description-of [
         a cpr:screening-act ;
         exOwl:realizes [
            core:prefLabel "ex-heavy cigarette smoker (20-39/day)" 
         ] ;
         core:prefLabel "Tobacco use and exposure"
      ] 
   ] ;
   owl:OBO_REL_has_proper_part [
      a cpr:clinical-description ;
      cpr:description-of [
         a cpr:substance-administration ;
         core:prefLabel "HCTZ 25mg qd" ;
         hl7:v3effectiveTime [
            a hl7:v3period ;
            ex:unit "h" ;
            r:value "24" 
         ] 
      ] 
   ] ;
   owl:OBO_REL_has_proper_part [
      a cpr:clinical-description ;
      cpr:description-of [
         a cpr:substance-administration ;
         core:prefLabel "Hydrocortisone cream to finger BID." ;
         hl7:v3effectiveTime [
            a hl7:v3period ;
            ex:unit "h" ;
            r:value "12" 
         ] 
      ] 
   ] ;
   owl:OBO_REL_has_proper_part [
      a cpr:clinical-description ;
      cpr:description-of [
         a cpr:substance-administration ;
         core:prefLabel "Prednisone 20mg qd" ;
         hl7:v3doseQuantity [
            ex:unit "mg" ;
            r:value "20" 
         ] ;
         hl7:v3effectiveTime [
            a hl7:v3period ;
            ex:unit "h" ;
            r:value "24" 
         ]
      ] 
   ] ;
   owl:OBO_REL_has_proper_part [
      a cpr:clinical-description ;
      cpr:description-of [
         a cpr:substance-administration ;
         core:prefLabel "Proventil inhaler 2puffs QID PRN" ;
         hl7:v3doseQuantity [
            r:value "2" 
         ] ;
         hl7:v3effectiveTime [
            a hl7:v3period ;
            ex:unit "h" ;
            r:value "6" 
         ]
      ] 
   ] ;
   owl:OBO_REL_has_proper_part [
      a cpr:clinical-description ;
      cpr:description-of [
         a cpr:substance-administration ;
         core:prefLabel "Theodur 200mg BID" ;
         hl7:v3doseQuantity [
            ex:unit "mg" ;
            r:value "200" 
         ] ;
         hl7:v3effectiveTime [
            a hl7:v3period ;
            ex:unit "h" ;
            r:value "12" 
         ]
      ] 
   ] ;
   owl:OBO_REL_has_proper_part [
      a cpr:clinical-description ;
      cpr:description-of [
         a cpr:substance-administration ;
         core:prefLabel "prednisone 20qOD alternating with 18qOD." 
      ] 
   ] ;
   owl:OBO_REL_has_proper_part [
      a cpr:clinical-description 
   ] ;
   owl:OBO_REL_has_proper_part [
      a cpr:clinical-description 
   ] ;
   owl:OBO_REL_has_proper_part [
      a cpr:clinical-description 
   ] ;
   owl:OBO_REL_has_proper_part [
      a cpr:clinical-description 
   ] ;
   owl:OBO_REL_has_proper_part [
      a cpr:clinical-description 
   ] ;
   owl:OBO_REL_has_proper_part [
      a cpr:clinical-description 
   ] ;
   owl:OBO_REL_has_proper_part [
      a cpr:clinical-description 
   ] ;
   exOwl:about [
      a galen:Patient ;
      foaf:family_name "Levin" ;
      foaf:firstName "Henry" 
   ] ;
   foaf:maker [
      a foaf:Person ;
      foaf:family_name "Dolin" ;
      foaf:firstName "Robert" 
   ] 
] .
