Multilingual Content
0.1.0 - ci-build

Multilingual Content, published by Example Publisher. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/medigree/translations.content/ and changes regularly. See the Directory of published versions

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

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

 a fhir:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "PTPatient"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://example.org/content/StructureDefinition/EUPatient"^^xsd:anyURI ;
fhir:link <http://example.org/content/StructureDefinition/EUPatient>     ] )
  ] ; # 
  fhir:language [ fhir:v "pt"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div xml:lang=\"en\" lang=\"en\"><hr/><p><b>English</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: Patient PTPatient</b></p><a name=\"PTPatient\"> </a><a name=\"hcPTPatient\"> </a><a name=\"hcPTPatient-en\"> </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\">Language: pt</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-EUPatient.html\">EU Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Anonymous Patient Male, DoB Unknown</p><hr/></div><div xml:lang=\"pt\" lang=\"pt\"><hr/><p><b>Portuguese</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: Patient PTPatient</b></p><a name=\"hcPTPatient-pt\"> </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\">Language: pt</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-EUPatient.html\">EU Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Anonymous Patient Male, DoB Unknown</p><hr/></div><div xml:lang=\"nl\" lang=\"nl\"><hr/><p><b>Dutch</b></p><hr/><p class=\"res-header-id\"><b>Gegenereerde narrative: Patient PTPatient</b></p><a name=\"hcPTPatient-nl\"> </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\">Taal: pt</p><p style=\"margin-bottom: 0px\">Profiel: <a href=\"StructureDefinition-EUPatient.html\">EU Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Anonieme Patient Male, Geb.datum onbekend</p><hr/></div><div xml:lang=\"fr\" lang=\"fr\"><hr/><p><b>French</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: Patient PTPatient</b></p><a name=\"hcPTPatient-fr\"> </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\">Language: pt</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-EUPatient.html\">EU Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Anonymous Patient Male, DoB Unknown</p><hr/></div><div xml:lang=\"es\" lang=\"es\"><hr/><p><b>Spanish</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: Patient PTPatient</b></p><a name=\"hcPTPatient-es\"> </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\">Language: pt</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-EUPatient.html\">EU Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Anonymous Patient Male, DoB Unknown</p><hr/></div></div>"
  ] ; # 
  fhir:gender [ fhir:v "male"] . #