0.1.0 - ci-build
collabreefhirdocumentation - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@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 "SamplePatient"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.collabree.com/fhir/StructureDefinition/collabree-patient"^^xsd:anyURI ;
fhir:l <https://fhir.collabree.com/fhir/StructureDefinition/collabree-patient> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient SamplePatient</b></p><a name=\"SamplePatient\"> </a><a name=\"hcSamplePatient\"> </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-collabree-patient.html\">Collabree Patient Profile</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Anonymous Patient (no stated gender), DoB Unknown</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><a href=\"mailto:example@collabree.com\">example@collabree.com</a></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Managing Organization: <a href=\"Organization-SampleOrganization.html\">Organization Healthy Health Insurance Inc.</a></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"An IANA timezone code for the timezone offset per [BCP 175](https://www.iana.org/go/rfc6557). The offset is specified as part of a dateTime/instant (or using the tzOffset extension on a date if necessary). The timezone code may also be provided to allow for human display of the location associated with the offset.\"><a href=\"http://hl7.org/fhir/extensions/5.2.0/StructureDefinition-tz-code.html\">An IANA timezone code for the timezone offset per BCP 175</a></td><td colspan=\"3\">Europe/Madrid</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/tz-code"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/tz-code> ] ;
fhir:value [
a fhir:Code ;
fhir:v "Europe/Madrid" ]
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "example@collabree.com" ]
] ) ; #
fhir:managingOrganization [
fhir:l fhir:Organization/SampleOrganization ;
fhir:reference [ fhir:v "Organization/SampleOrganization" ]
] . #
IG © 2025+ Collabree AG. Package com.collabree.fhir#0.1.0 based on FHIR 4.0.1. Generated 2025-11-04
Links: Table of Contents |
QA Report