Finnish Base Profiles - Local Development build (v1.0.1-cibuild) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: A dummy patient entry - 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 "77c2c8d2-11ce-41d5-8150-75489f8b0b0a"] ; #
fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2023-01-05T00:05:47.614+02:00"^^xsd:dateTime ]
] ; #
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 77c2c8d2-11ce-41d5-8150-75489f8b0b0a</b></p><a name=\"77c2c8d2-11ce-41d5-8150-75489f8b0b0a\"> </a><a name=\"hc77c2c8d2-11ce-41d5-8150-75489f8b0b0a\"> </a><a name=\"77c2c8d2-11ce-41d5-8150-75489f8b0b0a-fi-FI\"> </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\">version: 1; Last updated: 2023-01-05 00:05:47+0200</p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Test Patient (no stated gender), DoB Unknown</p><hr/></div>"
] ; #
fhir:name ( [
fhir:family [ fhir:v "Patient" ] ;
( fhir:given [ fhir:v "Test" ] )
] ) . #