FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.directory-query
Resource TypeOrganization
IdOrganization-BigBox.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Organization

Resource Organization "BigBox" Updated "2020-07-07 13:26:22+0000" (Language "en-US")

Profile: National Directory Endpoint Qry Exchange Organization

active: true

type: Non-Healthcare Business (Organization Type Code System#bus)

name: Big Box Retailer

telecom: ph: (111)-222-3333, https://www.bixboxretailer.com

address: 456 Main Street Norwalk CT 00014-1234


Source1

{
  "resourceType": "Organization",
  "id": "BigBox",
  "meta": {
    "lastUpdated": "2020-07-07T13:26:22.0314215+00:00",
    "profile": [
      "http://hl7.org/fhir/us/directory-query/StructureDefinition/NatlDirEndpointQry-Organization"
    ]
  },
  "language": "en-US",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/directory-query/CodeSystem/OrgTypeCS",
          "code": "bus",
          "display": "Non-Healthcare Business"
        }
      ]
    }
  ],
  "name": "Big Box Retailer",
  "telecom": [
    {
      "extension": [
        {
          "extension": [
            {
              "url": "daysOfWeek",
              "valueCode": "mon"
            },
            {
              "url": "daysOfWeek",
              "valueCode": "tue"
            },
            {
              "url": "daysOfWeek",
              "valueCode": "wed"
            },
            {
              "url": "daysOfWeek",
              "valueCode": "thu"
            },
            {
              "url": "daysOfWeek",
              "valueCode": "fri"
            },
            {
              "url": "availableStartTime",
              "valueTime": "08:00:00"
            },
            {
              "url": "availableEndTime",
              "valueTime": "17:00:00"
            }
          ],
          "url": "http://hl7.org/fhir/us/directory-query/StructureDefinition/contactpoint-availabletime"
        }
      ],
      "system": "phone",
      "value": "(111)-222-3333",
      "rank": 2
    },
    {
      "system": "url",
      "value": "https://www.bixboxretailer.com",
      "rank": 1
    }
  ],
  "address": [
    {
      "line": [
        "456 Main Street"
      ],
      "city": "Norwalk",
      "state": "CT",
      "postalCode": "00014-1234"
    }
  ]
}