Remote Anamnesis Implementation Guide
0.1.0 - ci-build

Remote Anamnesis Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Patient-Anamnesi-002 - 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:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Patient-Anamnesi-002"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://remote-anamnesis.na.icar.cnr/StructureDefinition/patient-anamnesi"^^xsd:anyURI ;
fhir:link <http://remote-anamnesis.na.icar.cnr/StructureDefinition/patient-anamnesi>     ] )
  ] ; # 
  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: Patient Patient-Anamnesi-002</b></p><a name=\"Patient-Anamnesi-002\"> </a><a name=\"hcPatient-Anamnesi-002\"> </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-patient-anamnesi.html\">Anamnesis_Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Maria Rossi Female, DoB: 1989-11-07 ( http://hl7.it/sid/codiceFiscale#RSSMRA89S47H501Z (use: official, ))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 1234567891(Mobile)</li><li><a href=\"mailto:example2@example.com\">example2@example.com</a></li><li>Milan </li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The registered place of birth of the patient. A sytem may use the address.text if they don't store the birthPlace address in discrete elements.\"><a href=\"http://hl7.org/fhir/extensions/5.3.0-ballot-tc1/StructureDefinition-patient-birthPlace.html\">Patient Birth Place</a></td><td colspan=\"3\">Rome, Lazio, Italy </td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-birthPlace"^^xsd:anyURI ] ;
fhir:value [
a fhir:Address ;
fhir:city [ fhir:v "Rome," ] ;
fhir:state [ fhir:v "Lazio," ] ;
fhir:country [ fhir:v "Italy" ]     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "http://hl7.it/sid/codiceFiscale"^^xsd:anyURI ] ;
fhir:value [ fhir:v "RSSMRA89S47H501Z" ]
  ] ) ; # 
  fhir:name ( [
fhir:text [ fhir:v "Maria Rossi" ] ;
fhir:family [ fhir:v "Rossi" ] ;
    ( fhir:given [ fhir:v "Maria" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "1234567891" ] ;
fhir:use [ fhir:v "mobile" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "example2@example.com" ]
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:birthDate [ fhir:v "1989-11-07"^^xsd:date] ; # 
  fhir:address ( [
fhir:city [ fhir:v "Milan" ]
  ] ) . #