haau3 FHIR Implementation Guide (HFIG) - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Example C4BB Commercial Organization - 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:Organization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "c4bb-commercial-organization"] ; #
fhir:meta [
fhir:lastUpdated [ fhir:v "2026-02-08T00:00:00+00:00"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "https://haau3.com/fhir/StructureDefinition/haau3-organization"^^xsd:anyURI ;
fhir:l <https://haau3.com/fhir/StructureDefinition/haau3-organization> ] )
] ; #
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: Organization c4bb-commercial-organization</b></p><a name=\"c4bb-commercial-organization\"> </a><a name=\"hcc4bb-commercial-organization\"> </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\">Last updated: 2026-02-08 00:00:00+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-haau3-organization.html\">haau3 Organization</a></p></div><p><b>active</b>: true</p><p><b>name</b>: Commercial Insurance Company</p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:active [ fhir:v true] ; #
fhir:name [ fhir:v "Commercial Insurance Company"] . #