@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Condition ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "nailwound"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-condition"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Condition

Resource Condition "nailwound"

Profile: AU Core Condition

clinicalStatus: Active (Condition Clinical Status Codes#active)

verificationStatus: Confirmed (ConditionVerificationStatus#confirmed)

category: Encounter Diagnosis (Condition Category Codes#encounter-diagnosis)

code: Nail wound of sole of foot (SNOMED CT#283680004)

bodySite: Structure of sole of foot (SNOMED CT#57999000)

subject: Patient/wang-li " WANG"

encounter: Encounter/nailwound

onset: 2017-03-30

recorder: PractitionerRole/bobrester-bob-gp

note: Puncture wound to sole of left foot from stepping on a rusty nail. Wound red and swollen, no calf muscle tenderness, no coughing nor chest pain which excludes pulmonary embolism.

" ] ; # fhir:clinicalStatus [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ; fhir:code [ fhir:v "active" ] ; fhir:display [ 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:display [ fhir:v "Confirmed" ] ] ) ] ; # fhir:category ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "encounter-diagnosis" ] ; fhir:display [ fhir:v "Encounter Diagnosis" ] ] ) ] ) ; # fhir:code [ fhir:coding ( [ a sct:283680004 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "283680004" ] ; fhir:display [ fhir:v "Nail wound of sole of foot" ] ] ) ] ; # fhir:bodySite ( [ fhir:coding ( [ a sct:57999000 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "57999000" ] ; fhir:display [ fhir:v "Structure of sole of foot" ] ] ) ] ) ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/wang-li" ] ] ; # fhir:encounter [ fhir:link ; fhir:reference [ fhir:v "Encounter/nailwound" ] ] ; # fhir:onset [ fhir:v "2017-03-30"^^xsd:date] ; # fhir:recorder [ fhir:link ; fhir:reference [ fhir:v "PractitionerRole/bobrester-bob-gp" ] ] ; # fhir:note ( [ fhir:text [ fhir:v "Puncture wound to sole of left foot from stepping on a rusty nail. Wound red and swollen, no calf muscle tenderness, no coughing nor chest pain which excludes pulmonary embolism." ] ] ) . # # -------------------------------------------------------------------------------------