C-CDA on FHIR, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/ccda-on-fhir/ and changes regularly. See the Directory of published versions
: FC-problem-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 "FC-problem"] ; #
fhir:meta [
( fhir:security [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-Confidentiality"^^xsd:anyURI ] ;
fhir:code [ fhir:v "N" ] ] )
] ; #
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 FC-problem</b></p><a name=\"FC-problem\"> </a><a name=\"hcFC-problem\"> </a><a name=\"FC-problem-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:1.3.6.1.4.1.22812.3.2009316.3.4.1.2.1</code>/545069300001</p><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}\">Problem List Item</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 233604007}, {http://hl7.org/fhir/sid/icd-9-cm 486}, {http://hl7.org/fhir/sid/icd-10-cm J18.9}, {urn:oid:2.16.840.1.113883.3.247.1.1 87580}\">Pneumonia</span></p><p><b>subject</b>: <a href=\"Patient-CF-patient.html\">Myra Jones Female, DoB: 1947-05-01 ( urn:oid:1.3.6.1.4.1.22812.3.2009316.3#160920144139807)</a></p><p><b>onset</b>: 2012-08-06</p></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:1.3.6.1.4.1.22812.3.2009316.3.4.1.2.1"^^xsd:anyURI ] ;
fhir:value [ fhir:v "545069300001" ]
] ) ; #
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:text [ fhir:v "Active" ]
] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "problem-list-item" ] ;
fhir:display [ fhir:v "Problem List Item" ] ] ) ;
fhir:text [ fhir:v "Problem List Item" ]
] ) ; #
fhir:code [
( fhir:coding [
a sct:233604007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "233604007" ] ] [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-9-cm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "486" ] ] [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10-cm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "J18.9" ] ] [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.3.247.1.1"^^xsd:anyURI ] ;
fhir:code [ fhir:v "87580" ] ] ) ;
fhir:text [ fhir:v "Pneumonia" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/CF-patient" ]
] ; #
fhir:onset [ fhir:v "2012-08-06"^^xsd:date] . #