teleassistenza
0.2.0 - trial-use

teleassistenza - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: EsempioObservationTeleassistenza - TTL Representation

Raw ttl | Download


@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "obs-dx-icd9"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.it/fhir/teleassistenza/StructureDefinition/ObservationTeleassistenza"^^xsd:anyURI ;
fhir:link <http://hl7.it/fhir/teleassistenza/StructureDefinition/ObservationTeleassistenza>     ] )
  ] ; # 
  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: Observation obs-dx-icd9</b></p><a name=\"obs-dx-icd9\"> </a><a name=\"hcobs-dx-icd9\"> </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-ObservationTeleassistenza.html\">ObservationTeleassistenza</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category social-history}\">Diagnosi</span></p><p><b>code</b>: <span title=\"Codes:{http://hl7.it/fhir/teleassistenza/CodeSystem/diagnosi-icd9cm 428.0}\">Diagnosi principale</span></p><p><b>subject</b>: <a href=\"Patient-patient-mrossi.html\">Maria Rossi  Female, DoB: 1971-05-01 ( http://hl7.it/sid/codiceFiscale#RSSMRA71E01F205E)</a></p><p><b>effective</b>: 2024-03-15</p><p><b>performer</b>: <a href=\"PractitionerRole-practrole-bianchi-gom.html\">PractitionerRole: specialty = Cardiochirurgia</a></p><p><b>value</b>: <span title=\"Codes:{http://hl7.it/fhir/teleassistenza/CodeSystem/diagnosi-icd9cm 428.0}\">Insufficienza cardiaca congestizia</span></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "social-history" ]     ] ) ;
fhir:text [ fhir:v "Diagnosi" ]
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.it/fhir/teleassistenza/CodeSystem/diagnosi-icd9cm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "428.0" ] ;
fhir:display [ fhir:v "INSUFFICIENZA CARDIACA CONGESTIZIA NON SPECIFICATA (SCOMPENSO CARDIACO CONGESTIZIO NON SPECIFICATO)" ]     ] ) ;
fhir:text [ fhir:v "Diagnosi principale" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/patient-mrossi" ]
  ] ; # 
  fhir:effective [
a fhir:dateTime ;
fhir:v "2024-03-15"^^xsd:date
  ] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "PractitionerRole/practrole-bianchi-gom" ]
  ] ) ; # 
  fhir:value [
a fhir:CodeableConcept ;
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.it/fhir/teleassistenza/CodeSystem/diagnosi-icd9cm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "428.0" ] ;
fhir:display [ fhir:v "INSUFFICIENZA CARDIACA CONGESTIZIA NON SPECIFICATA (SCOMPENSO CARDIACO CONGESTIZIO NON SPECIFICATO)" ]     ] ) ;
fhir:text [ fhir:v "Insufficienza cardiaca congestizia" ]
  ] . #