Release 4B Ballot #1

This page is part of the FHIR Specification (v4.1.0: Release 4B Ballot #1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3

Condition-example-f202-malignancy.ttl

Patient Care Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Encounter, Patient, Practitioner, RelatedPerson

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

Real-word condition example (malignancy)

@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 -------------------------------------------------------------------

<http://hl7.org/fhir/Condition/f202> a fhir:Condition;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "f202"];
  fhir:Resource.meta [
     fhir:Meta.security [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ];
       fhir:Coding.code [ fhir:value "TBOO" ];
       fhir:Coding.display [ fhir:value "taboo" ]
     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>clinicalStatus</b>: <span>Resolved</span></p><p><b>verificationStatus</b>: <span>Confirmed</span></p><p><b>category</b>: <span>Encounter Diagnosis</span></p><p><b>severity</b>: <span>Severe</span></p><p><b>code</b>: <span>Malignant neoplastic disease</span></p><p><b>bodySite</b>: <span>Entire head and neck</span></p><p><b>subject</b>: <a>Roel. Generated Summary: BSN: 123456789 (OFFICIAL), BSN: 123456789 (OFFICIAL); active; Roel(OFFICIAL); Phone: +31612345678, Phone: +31201234567; gender: male; birthDate: 1960-03-13; <span>Legally married</span>; </a></p><p><b>onset</b>: 52 years</p><p><b>abatement</b>: 54 years</p><p><b>recordedDate</b>: 2012-12-01</p><h3>Evidences</h3><table><tr><td>-</td><td><b>Detail</b></td></tr><tr><td>*</td><td><a>Erasmus' diagnostic report of Roel's tumor. Generated Summary: status: final; <span>Radiology</span>; <span>CT of head-neck</span>; effective: 1 Dec. 2012, 10:00:00 pm; issued: 1 Dec. 2012, 10:00:00 pm; conclusion: CT brains: large tumor sphenoid/clivus.; <span>Malignant tumor of craniopharyngeal duct</span></a></td></tr></table></div>"
  ];
  fhir:Condition.clinicalStatus [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-clinical" ];
       fhir:Coding.code [ fhir:value "resolved" ]
     ]
  ];
  fhir:Condition.verificationStatus [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-ver-status" ];
       fhir:Coding.code [ fhir:value "confirmed" ]
     ]
  ];
  fhir:Condition.category [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-category" ];
       fhir:Coding.code [ fhir:value "encounter-diagnosis" ]
     ]
  ];
  fhir:Condition.severity [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:24484000;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "24484000" ];
       fhir:Coding.display [ fhir:value "Severe" ]
     ]
  ];
  fhir:Condition.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:363346000;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "363346000" ];
       fhir:Coding.display [ fhir:value "Malignant neoplastic disease" ]
     ]
  ];
  fhir:Condition.bodySite [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:361355005;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "361355005" ];
       fhir:Coding.display [ fhir:value "Entire head and neck" ]
     ]
  ];
  fhir:Condition.subject [
     fhir:link <http://hl7.org/fhir/Patient/f201>;
     fhir:Reference.reference [ fhir:value "Patient/f201" ];
     fhir:Reference.display [ fhir:value "Roel" ]
  ];
  fhir:Condition.onsetAge [
     fhir:Quantity.value [ fhir:value "52"^^xsd:decimal ];
     fhir:Quantity.unit [ fhir:value "years" ];
     fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
     fhir:Quantity.code [ fhir:value "a" ]
  ];
  fhir:Condition.abatementAge [
     fhir:Quantity.value [ fhir:value "54"^^xsd:decimal ];
     fhir:Quantity.unit [ fhir:value "years" ];
     fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
     fhir:Quantity.code [ fhir:value "a" ]
  ];
  fhir:Condition.recordedDate [ fhir:value "2012-12-01"^^xsd:date];
  fhir:Condition.evidence [
     fhir:index 0;
     fhir:Condition.evidence.detail [
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/DiagnosticReport/f201>;
       fhir:Reference.reference [ fhir:value "DiagnosticReport/f201" ];
       fhir:Reference.display [ fhir:value "Erasmus' diagnostic report of Roel's tumor" ]
     ]
  ] .

<http://hl7.org/fhir/Patient/f201> a fhir:Patient .

<http://hl7.org/fhir/DiagnosticReport/f201> a fhir:DiagnosticReport .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Condition/f202.ttl> a owl:Ontology;
  owl:imports fhir:fhir.ttl;
  owl:versionIRI <http://build.fhir.org/Condition/f202.ttl> .

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


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.