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

FHIR IG analytics

Packagehl7.fhir.us.directory-exchange
Resource TypeOrganization
IdOrganization-HartfordOrthopedics.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 "HartfordOrthopedics" Updated "2020-07-07 13:26:22+0000" (Language "en-US")

Profile: National Directory Organization

identifier: id: NPI456

active: true

type: Provider Group (Organization Type Code System#prvgrp)

name: Hartford Orthopedics Services

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

address: 123 Main Street Anytown CT 00014-1234

Contacts

-Telecom
*ph: (111)-222-3333

Source1

{
  "resourceType": "Organization",
  "id": "HartfordOrthopedics",
  "meta": {
    "lastUpdated": "2020-07-07T13:26:22.0314215+00:00",
    "profile": [
      "http://hl7.org/fhir/us/directory-exchange/StructureDefinition/NatlDirEx-Organization"
    ]
  },
  "language": "en-US",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "NPI456"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/directory-query/CodeSystem/OrgTypeCS",
          "code": "prvgrp",
          "display": "Provider Group"
        }
      ]
    }
  ],
  "name": "Hartford Orthopedics Services",
  "telecom": [
    {
      "extension": [
        {
          "extension": [
            {
              "url": "daysOfWeek",
              "valueCode": "mon"
            },
            {
              "url": "daysOfWeek",
              "valueCode": "tue"
            },
            {
              "url": "daysOfWeek",
              "valueCode": "wed"
            },
            {
              "url": "daysOfWeek",
              "valueCode": "thu"
            },
            {
              "url": "daysOfWeek",
              "valueCode": "fri"
            },
            {
              "url": "allDay",
              "valueBoolean": true
            }
          ],
          "url": "http://hl7.org/fhir/us/directory-query/StructureDefinition/contactpoint-availabletime"
        },
        {
          "extension": [
            {
              "url": "daysOfWeek",
              "valueCode": "sat"
            },
            {
              "url": "daysOfWeek",
              "valueCode": "sun"
            },
            {
              "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.orga.com",
      "rank": 1
    }
  ],
  "address": [
    {
      "line": [
        "123 Main Street"
      ],
      "city": "Anytown",
      "state": "CT",
      "postalCode": "00014-1234"
    }
  ],
  "contact": [
    {
      "telecom": [
        {
          "extension": [
            {
              "extension": [
                {
                  "url": "daysOfWeek",
                  "valueCode": "mon"
                },
                {
                  "url": "daysOfWeek",
                  "valueCode": "tue"
                },
                {
                  "url": "daysOfWeek",
                  "valueCode": "wed"
                },
                {
                  "url": "daysOfWeek",
                  "valueCode": "thu"
                },
                {
                  "url": "daysOfWeek",
                  "valueCode": "fri"
                },
                {
                  "url": "allDay",
                  "valueBoolean": true
                }
              ],
              "url": "http://hl7.org/fhir/us/directory-query/StructureDefinition/contactpoint-availabletime"
            },
            {
              "extension": [
                {
                  "url": "daysOfWeek",
                  "valueCode": "sat"
                },
                {
                  "url": "daysOfWeek",
                  "valueCode": "sun"
                },
                {
                  "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
        }
      ]
    }
  ]
}