Rigoletto Implementation Guide
0.4.0 - ci-build

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

: Patient-Rigoletto-001 - 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 -------------------------------------------------------------------

<http://hl7.org/fhir/Patient/Patient-Rigoletto-001> a fhir:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "Patient-Rigoletto-001"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://rigoletto.na.icar.cnr.it/StructureDefinition/patient-rigoletto" ;
       fhir:index 0 ;
       fhir:link <https://rigoletto.na.icar.cnr.it/StructureDefinition/patient-rigoletto>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient Patient-Rigoletto-001</b></p><a name=\"Patient-Rigoletto-001\"> </a><a name=\"hcPatient-Rigoletto-001\"> </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-rigoletto.html\">Patient_Rigoletto</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=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\"><code>https://rigoletto.na.icar.cnr.it/fhir/identifier/paziente</code>/02b2bac9-7f8c-4dbe-96dd-cd043aa3449c (use: secondary, )</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 1234567890(Mobile)</li><li><a href=\"mailto:example@example.com\">example@example.com</a></li><li>Milano </li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Gruppo etnico del Paziente\"><a href=\"StructureDefinition-extension-patient-ethnic-group.html\">Ethnic Group</a></td><td colspan=\"3\"><span title=\"Codes:{http://snomed.info/sct 14045001}\">Caucasian (ethnic group)</span></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/StructureDefinition-patient-birthPlace.html\">Patient Birth Place</a></td><td colspan=\"3\">Roma </td></tr></table></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/patient-birthPlace" ] ;
     fhir:Extension.valueAddress [
       fhir:Address.city [ fhir:value "Roma" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:Extension.url [ fhir:value "https://rigoletto.na.icar.cnr.it/StructureDefinition/extension-patient-ethnic-group" ] ;
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a sct:14045001 ;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
         fhir:Coding.code [ fhir:value "14045001" ] ;
         fhir:Coding.display [ fhir:value "Caucasian (ethnic group)" ]
       ]
     ]
  ] ;
  fhir:Patient.identifier [
     fhir:index 0 ;
     fhir:Identifier.use [ fhir:value "official" ] ;
     fhir:Identifier.system [ fhir:value "http://hl7.it/sid/codiceFiscale" ] ;
     fhir:Identifier.value [ fhir:value "RSSMRA89S47H501Z" ]
  ], [
     fhir:index 1 ;
     fhir:Identifier.use [ fhir:value "secondary" ] ;
     fhir:Identifier.system [ fhir:value "https://rigoletto.na.icar.cnr.it/fhir/identifier/paziente" ] ;
     fhir:Identifier.value [ fhir:value "02b2bac9-7f8c-4dbe-96dd-cd043aa3449c" ]
  ] ;
  fhir:Patient.name [
     fhir:index 0 ;
     fhir:HumanName.text [ fhir:value "Maria Rossi" ] ;
     fhir:HumanName.family [ fhir:value "Rossi" ] ;
     fhir:HumanName.given [
       fhir:value "Maria" ;
       fhir:index 0
     ]
  ] ;
  fhir:Patient.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "1234567890" ] ;
     fhir:ContactPoint.use [ fhir:value "mobile" ]
  ], [
     fhir:index 1 ;
     fhir:ContactPoint.system [ fhir:value "email" ] ;
     fhir:ContactPoint.value [ fhir:value "example@example.com" ]
  ] ;
  fhir:Patient.gender [ fhir:value "female"] ;
  fhir:Patient.birthDate [ fhir:value "1989-11-07"^^xsd:date] ;
  fhir:Patient.address [
     fhir:index 0 ;
     fhir:Address.city [ fhir:value "Milano" ]
  ] .

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

<http://hl7.org/fhir/Patient/Patient-Rigoletto-001.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Patient/Patient-Rigoletto-001.ttl> .