FHIR Frog AU Core Conformance Tests, published by FHIR Frog. 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/jgsuess/au-core-tests/ and changes regularly. See the Directory of published versions
: Frog Test Clinic - 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 -------------------------------------------------------------------
<http://hl7.org/fhir/Organization/au-core-practitionerrole-organization> a fhir:Organization ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "au-core-practitionerrole-organization"] ;
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: Organization au-core-practitionerrole-organization</b></p><a name=\"au-core-practitionerrole-organization\"> </a><a name=\"hcau-core-practitionerrole-organization\"> </a><p><b>identifier</b>: <code>http://ns.electronichealth.net.au/id/hi/hpio/1.0</code>/8003620000041692</p><p><b>name</b>: Frog Test Clinic</p></div>"
] ;
fhir:Organization.identifier [
fhir:index 0 ;
fhir:Identifier.system [ fhir:value "http://ns.electronichealth.net.au/id/hi/hpio/1.0" ] ;
fhir:Identifier.value [ fhir:value "8003620000041692" ]
] ;
fhir:Organization.name [ fhir:value "Frog Test Clinic"] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Organization/au-core-practitionerrole-organization.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Organization/au-core-practitionerrole-organization.ttl> .