This page is part of the Bidirectional Services eReferrals (BSeR) (v1.0.0: STU 1) based on FHIR R4. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Source view
@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:Organization; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "organization-bser-organization-acme-lab"]; fhir:Resource.meta [ fhir:Meta.versionId [ fhir:value "4" ]; fhir:Meta.lastUpdated [ fhir:value "2020-01-20T17:34:47.000-05:00"^^xsd:dateTime ]; fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/us/bser/StructureDefinition/BSeR-Organization"; fhir:index 0; fhir:link <http://hl7.org/fhir/us/bser/StructureDefinition/BSeR-Organization> ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n <tr>\n <td style=\"font-weight: bold\">id</td>\n <td>\n <span title=\"id\">organization-bser-organization-acme-lab</span>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">meta</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">profile</td>\n <td>\n <span title=\"profile\">http://hl7.org/fhir/us/bser/StructureDefinition/BSeR-Organization</span>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">identifier</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <span title=\"system\">\n <a href=\"http://hl7.org/fhir/sid/us-npi\">http://hl7.org/fhir/sid/us-npi</a>\n </span>\n </li>\n <li>\n <span title=\"value\">1144221847</span>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">identifier</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <span title=\"system\">urn:oid:2.16.840.1.113883.4.7</span>\n </li>\n <li>\n <span title=\"value\">12D4567890</span>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">active</td>\n <td>\n <span title=\"active\">true</span>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">type</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <span title=\"display\">Healthcare Provider</span> (\n \n \n <span title=\"code\">prov</span> )\n \n \n \n </li>\n <li>\n <span title=\"system\">\n <a href=\"http://terminology.hl7.org/CodeSystem/organization-type\">http://terminology.hl7.org/CodeSystem/organization-type</a>\n </span>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">name</td>\n <td>\n <span title=\"name\">Acme Labs</span>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">telecom</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">system</td>\n <td>\n <span title=\"system\">phone</span>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">value</td>\n <td>\n <span title=\"value\">(+1) 734-677-7777</span>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">telecom</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">system</td>\n <td>\n <span title=\"system\">email</span>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">value</td>\n <td>\n <span title=\"value\">hq@acme.org</span>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">address</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">line</td>\n <td>\n <span title=\"line\">3300 Washtenaw Avenue, Suite 227</span>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">city</td>\n <td>\n <span title=\"city\">Amherst</span>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">state</td>\n <td>\n <span title=\"state\">MA</span>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">postalCode</td>\n <td>\n <span title=\"postalCode\">01002</span>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">country</td>\n <td>\n <span title=\"country\">USA</span>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </div>" ]; fhir:Organization.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/sid/us-npi" ]; fhir:Identifier.value [ fhir:value "1144221847" ] ], [ fhir:index 1; fhir:Identifier.system [ fhir:value "urn:oid:2.16.840.1.113883.4.7" ]; fhir:Identifier.value [ fhir:value "12D4567890" ] ]; 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 "Acme Labs"]; fhir:Organization.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "phone" ]; fhir:ContactPoint.value [ fhir:value "(+1) 734-677-7777" ] ], [ fhir:index 1; fhir:ContactPoint.system [ fhir:value "email" ]; fhir:ContactPoint.value [ fhir:value "hq@acme.org" ] ]; fhir:Organization.address [ fhir:index 0; fhir:Address.line [ fhir:value "3300 Washtenaw Avenue, Suite 227"; fhir:index 0 ]; fhir:Address.city [ fhir:value "Amherst" ]; fhir:Address.state [ fhir:value "MA" ]; fhir:Address.postalCode [ fhir:value "01002" ]; fhir:Address.country [ fhir:value "USA" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.