ICHOM FHIR Implementation Guide: Breast Cancer
1.0.0-ballot - ballot International flag

This page is part of the ICHOM FHIR Implementation Guide: Breast Cancer (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Example of Breast Cancer Patient Letsche - 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:Patient;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "BreastCancerPatient147"]; # 
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/uv/ichom-breast-cancer/StructureDefinition/patient";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/uv/ichom-breast-cancer/StructureDefinition/patient>     ]
  ]; # 
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Letsche </b> male, DoB: 1920 ( id: 147)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-NullFlavor UNK}\">unknown</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail:</td><td colspan=\"3\">USA </td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Represents the race of a patient. This extension is aligned with USCore.\"><a href=\"StructureDefinition-Race.html\">Race Extension:</a></td><td colspan=\"3\"><ul><li><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-Race 2076-8}\">Native Hawaiian or Other Pacific Islander</span></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Represents the level of education of a patient.\"><a href=\"StructureDefinition-EducationLevel.html\">Education Level Extension:</a></td><td colspan=\"3\"><ul><li><span title=\"Codes: {http://snomed.info/sct 224297003}\">Educated to secondary school level</span></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Represents the ethnicity of a patient. This extension is aligned with USCore\"><a href=\"StructureDefinition-Ethnicity.html\">Ethnicity Extension:</a></td><td colspan=\"3\"><ul><li><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-Ethnicity 2135-2}\">Hispanic or Latino</span></li></ul></td></tr></table></div>"
  ]; # 
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/uv/ichom-breast-cancer/StructureDefinition/EducationLevel" ];
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a sct:224297003;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
         fhir:Coding.code [ fhir:value "224297003" ]       ]     ]
  ], [
     fhir:index 1;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/uv/ichom-breast-cancer/StructureDefinition/Ethnicity" ];
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-Ethnicity" ];
         fhir:Coding.code [ fhir:value "2135-2" ]       ]     ]
  ], [
     fhir:index 2;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/uv/ichom-breast-cancer/StructureDefinition/Race" ];
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-Race" ];
         fhir:Coding.code [ fhir:value "2076-8" ]       ]     ]
  ]; # 
  fhir:Patient.identifier [
     fhir:index 0;
     fhir:Identifier.value [ fhir:value "147" ]
  ]; # 
  fhir:Patient.name [
     fhir:index 0;
     fhir:HumanName.family [ fhir:value "Letsche" ]
  ]; # 
  fhir:Patient.gender [ fhir:value "male"]; # 
  fhir:Patient.birthDate [ fhir:value "1920"^^xsd:gYear]; # 
  fhir:Patient.address [
     fhir:index 0;
     fhir:Address.country [ fhir:value "USA" ]
  ]; # 
  fhir:Patient.maritalStatus [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-NullFlavor" ];
       fhir:Coding.code [ fhir:value "UNK" ]     ]
  ]. # 

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

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.