FHIR Frog AU Core Conformance Tests
0.1.0 - draft

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 Medical Centre - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

<http://hl7.org/fhir/Location/au-core-location-conformant> a fhir:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "au-core-location-conformant"] ;
  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: Location au-core-location-conformant</b></p><a name=\"au-core-location-conformant\"> </a><a name=\"hcau-core-location-conformant\"> </a><p><b>status</b>: Active</p><p><b>name</b>: Frog Medical Centre</p><p><b>alias</b>: Frog Clinic</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode FMC}, {http://snomed.info/sct 288565001}\">Family medicine clinic</span></p><p><b>address</b>: 1 Frog Lane Frogville NSW 2000 AU (work)</p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type bu}\">Building</span></p><p><b>managingOrganization</b>: <a href=\"Organization/location-organization-fixture\">Frog Medical Group</a></p></div>"
  ] ;
  fhir:Location.status [ fhir:value "active"] ;
  fhir:Location.name [ fhir:value "Frog Medical Centre"] ;
  fhir:Location.alias [
     fhir:value "Frog Clinic" ;
     fhir:index 0
  ] ;
  fhir:Location.type [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ] ;
       fhir:Coding.code [ fhir:value "FMC" ] ;
       fhir:Coding.display [ fhir:value "Family medicine clinic" ]
     ], [
       fhir:index 1 ;
       a sct:288565001 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "288565001" ] ;
       fhir:Coding.display [ fhir:value "Medical centre" ]
     ]
  ] ;
  fhir:Location.address [
     fhir:Address.use [ fhir:value "work" ] ;
     fhir:Address.line [
       fhir:value "1 Frog Lane" ;
       fhir:index 0
     ] ;
     fhir:Address.city [ fhir:value "Frogville" ] ;
     fhir:Address.state [ fhir:value "NSW" ] ;
     fhir:Address.postalCode [ fhir:value "2000" ] ;
     fhir:Address.country [ fhir:value "AU" ]
  ] ;
  fhir:Location.physicalType [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/location-physical-type" ] ;
       fhir:Coding.code [ fhir:value "bu" ] ;
       fhir:Coding.display [ fhir:value "Building" ]
     ]
  ] ;
  fhir:Location.managingOrganization [
     fhir:link <http://hl7.org/fhir/Organization/location-organization-fixture> ;
     fhir:Reference.reference [ fhir:value "Organization/location-organization-fixture" ] ;
     fhir:Reference.display [ fhir:value "Frog Medical Group" ]
  ] .

<http://hl7.org/fhir/Organization/location-organization-fixture> a fhir:Organization .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Location/au-core-location-conformant.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Location/au-core-location-conformant.ttl> .