@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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.eu/fhir/ig/pcsp/Observation/ObservationRiskFactor-2> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ObservationRiskFactor-2"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Observation-riskfactor-eu-pcsp"^^xsd:anyURI ;
       fhir:l <http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Observation-riskfactor-eu-pcsp>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ObservationRiskFactor-2</b></p><a name=\"ObservationRiskFactor-2\"> </a><a name=\"hcObservationRiskFactor-2\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Observation-riskfactor-eu-pcsp.html\">Observation: Risk Factor</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 80943009}\">Risk factor</span></p><p><b>subject</b>: <a href=\"Patient-PatientHulafe-1.html\">APELLIDO1</a></p><p><b>effective</b>: 2022-05-12 --&gt; (ongoing)</p><p><b>value</b>: <span title=\"Codes:{http://hl7.eu/fhir/ig/pcsp/CodeSystem/cs-riskfactor-eu-pcsp 2.1}\">RT &gt;= 10 Gy to a vol exposing the breasts</span></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
     fhir:coding ( [
       a sct:80943009 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "80943009" ] ;
       fhir:display [ fhir:v "Risk factor" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:l <http://hl7.eu/fhir/ig/pcsp/Patient/PatientHulafe-1> ;
     fhir:reference [ fhir:v "Patient/PatientHulafe-1" ] ;
     fhir:display [ fhir:v "APELLIDO1" ]
  ] ; # 
  fhir:effective [
     a fhir:Period ;
     fhir:start [ fhir:v "2022-05-12"^^xsd:date ]
  ] ; # 
  fhir:value [
     a fhir:CodeableConcept ;
     fhir:coding ( [
       fhir:system [
         fhir:v "http://hl7.eu/fhir/ig/pcsp/CodeSystem/cs-riskfactor-eu-pcsp"^^xsd:anyURI ;
         fhir:l <http://hl7.eu/fhir/ig/pcsp/CodeSystem/cs-riskfactor-eu-pcsp>
       ] ;
       fhir:code [ fhir:v "2.1" ] ;
       fhir:display [ fhir:v "RT >= 10 Gy to a vol exposing the breasts" ]
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

