@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "CPET"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "Generated Narrative: Observation CPET status: Finalcode: Cardiopulmonary exercise testsubject: Anonymous Patient (no stated gender), DoB Unknowneffective: 2021-05-21 09:29:23+0000value: III"^^rdf:XMLLiteral ] ; # fhir:status [ fhir:v "final"] ; # fhir:code [ fhir:coding ( [ a sct:447346005 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "447346005" ] ; fhir:display [ fhir:v "Cardiopulmonary exercise test" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/P001" ] ] ; # fhir:effective [ a fhir:dateTime ; fhir:v "2021-05-21T09:29:23.356+00:00"^^xsd:dateTime ] ; # fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "https://www.retention-project.eu/ig/CodeSystem/CPET"^^xsd:anyURI ] ; fhir:code [ fhir:v "3" ] ; fhir:display [ fhir:v "III" ] ] ) ] . # # -------------------------------------------------------------------------------------
Generated Narrative: Observation CPET
status: Final
code: Cardiopulmonary exercise test
subject: Anonymous Patient (no stated gender), DoB Unknown
effective: 2021-05-21 09:29:23+0000
value: III