MediRecords FHIR Implementation Guide
20220217 - ci-build


: Bundle including matching Organization resources to indicate search result returned - 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 -------------------------------------------------------------------

 a fhir:Bundle;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "mr-bundle-organization-200-search"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2021-06-07T01:43:30Z"^^xsd:dateTime ]
  ];
  fhir:Bundle.type [ fhir:value "searchset"];
  fhir:Bundle.total [ fhir:value "1"^^xsd:nonNegativeInteger];
  fhir:Bundle.link [
     fhir:index 0;
     fhir:Bundle.link.relation [ fhir:value "self" ];
     fhir:Bundle.link.url [ fhir:value "https://api.medirecords.com/fhir/v1/Organization?_count=10" ]
  ];
  fhir:Bundle.entry [
     fhir:index 0;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://api.medirecords.com/fhir/v1/Organization/ade47c8c-9eed-11ea-a6fa-3f7e286deed9" ];
     fhir:Bundle.entry.resource <https://api.medirecords.com/fhir/v1/Organization/ade47c8c-9eed-11ea-a6fa-3f7e286deed9>;
     fhir:Bundle.entry.search [
       fhir:Bundle.entry.search.mode [ fhir:value "match" ]     ]
  ].

<https://api.medirecords.com/fhir/v1/Organization/ade47c8c-9eed-11ea-a6fa-3f7e286deed9> a fhir:Organization;
  fhir:Resource.id [ fhir:value "ade47c8c-9eed-11ea-a6fa-3f7e286deed9"];
  fhir:Resource.meta [
     fhir:Meta.source [ fhir:value "urn:uuid:736b6dd8-c989-11e5-a45e-9b49d42b14a9" ];
     fhir:Meta.profile [
       fhir:value "https://fhir.medirecords.com/StructureDefinition/mr-organisation-core";
       fhir:index 0;
       fhir:link <https://fhir.medirecords.com/StructureDefinition/mr-organisation-core>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"ade47c8c-9eed-11ea-a6fa-3f7e286deed9\"> </a></p><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\">Resource Organization \"ade47c8c-9eed-11ea-a6fa-3f7e286deed9\" </p><p style=\"margin-bottom: 0px\">Information Source: urn:uuid:736b6dd8-c989-11e5-a45e-9b49d42b14a9!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-mr-organisation-core.html\">MediRecords Core Organisation</a></p></div><p><b>identifier</b>: HPI-O: 8003627500000328</p><p><b>active</b>: true</p><p><b>type</b>: Healthcare Provider <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-organization-type.html\">Organization type</a>#prov)</span></p><p><b>name</b>: Healthy Live Clinic</p><p><b>telecom</b>: ph: 1234567890(WORK), <a href=\"mailto:sarahstone@c.com\">sarahstone@c.com</a></p><p><b>address</b>: Johnson Street Sydney NSW 1200 </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 "8003627500000328" ]
  ];
  fhir:Organization.active [ fhir:value "true"^^xsd:boolean];
  fhir:Organization.type [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/organization-type" ];
       fhir:Coding.code [ fhir:value "prov" ];
       fhir:Coding.display [ fhir:value "Healthcare Provider" ]     ]
  ];
  fhir:Organization.name [ fhir:value "Healthy Live Clinic"];
  fhir:Organization.telecom [
     fhir:index 0;
     fhir:ContactPoint.system [ fhir:value "phone" ];
     fhir:ContactPoint.value [ fhir:value "1234567890" ];
     fhir:ContactPoint.use [ fhir:value "work" ]
  ], [
     fhir:index 1;
     fhir:ContactPoint.system [ fhir:value "email" ];
     fhir:ContactPoint.value [ fhir:value "sarahstone@c.com" ];
     fhir:ContactPoint.use [ fhir:value "work" ]
  ];
  fhir:Organization.address [
     fhir:index 0;
     fhir:Address.type [ fhir:value "physical" ];
     fhir:Address.line [
       fhir:value "Johnson Street";
       fhir:index 0     ];
     fhir:Address.city [ fhir:value "Sydney" ];
     fhir:Address.state [ fhir:value "NSW" ];
     fhir:Address.postalCode [ fhir:value "1200" ]
  ].

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

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.