@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://fhirfrog.org/fhir/au-core-tests/Organization/au-core-organization-conformant> a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "au-core-organization-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: Organization au-core-organization-conformant</b></p><a name=\"au-core-organization-conformant\"> </a><a name=\"hcau-core-organization-conformant\"> </a><p><b>identifier</b>: HPI-O/8003620000000013, ABN/51000000680</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 419772000}\">Medical Center</span></p><p><b>name</b>: Frog Health Service</p><p><b>telecom</b>: ph: 0300000000(Work)</p><p><b>address</b>: 1 Test Street Testville NSW 2000 AU (work)</p></div>"
  ] ;
  fhir:Organization.identifier [
     fhir:index 0 ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org.au/CodeSystem/v2-0203" ] ;
         fhir:Coding.code [ fhir:value "NOI" ] ;
         fhir:Coding.display [ fhir:value "National Organisation Identifier" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "HPI-O" ]
     ] ;
     fhir:Identifier.system [ fhir:value "http://ns.electronichealth.net.au/id/hi/hpio/1.0" ] ;
     fhir:Identifier.value [ fhir:value "8003620000000013" ]
  ], [
     fhir:index 1 ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
         fhir:Coding.code [ fhir:value "XX" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "ABN" ]
     ] ;
     fhir:Identifier.system [ fhir:value "http://hl7.org.au/id/abn" ] ;
     fhir:Identifier.value [ fhir:value "51000000680" ]
  ] ;
  fhir:Organization.type [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:419772000 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "419772000" ] ;
       fhir:Coding.display [ fhir:value "Family practice" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Medical Center" ]
  ] ;
  fhir:Organization.name [ fhir:value "Frog Health Service"] ;
  fhir:Organization.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "0300000000" ] ;
     fhir:ContactPoint.use [ fhir:value "work" ]
  ] ;
  fhir:Organization.address [
     fhir:index 0 ;
     fhir:Address.use [ fhir:value "work" ] ;
     fhir:Address.line [
       fhir:value "1 Test Street" ;
       fhir:index 0
     ] ;
     fhir:Address.city [ fhir:value "Testville" ] ;
     fhir:Address.state [ fhir:value "NSW" ] ;
     fhir:Address.postalCode [ fhir:value "2000" ] ;
     fhir:Address.country [ fhir:value "AU" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://fhirfrog.org/fhir/au-core-tests/Organization/au-core-organization-conformant.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

