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

FHIR IG analytics

Packagehl7.fhir.us.ndh
Resource TypeOrganization
IdOrganization-OrgOneWithNetwork1AndNetwork2.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 OrgOneWithNetwork1AndNetwork2

Last updated: 2023-06-25 13:26:22+0000; Language: en-US

Profile: NDH Organization Profile

NDH Qualification

  • code: General Acute Care Hospital
  • status: active

NDH Verification Status: Complete

NDH Org Description: General Acute Care Hospital participating in Network1 and Network2

identifier: http://example.org/ndh-identifiers/OrgOneWithNetwork1AndNetwork2

active: true

type: Facility

name: OrgOneWithNetwork1AndNetwork2

telecom: ph: (123)-333-3333, https://www.org-one-with-network1-and-network2.com

address: 490 Main Street Norwalk CT 00014-1234


Source1

{
  "resourceType": "Organization",
  "id": "OrgOneWithNetwork1AndNetwork2",
  "meta": {
    "lastUpdated": "2023-06-25T13:26:22.0314215+00:00",
    "profile": [
      "http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-Organization"
    ]
  },
  "language": "en-US",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "code",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://nucc.org/provider-taxonomy",
                "code": "282N00000X",
                "display": "General Acute Care Hospital"
              }
            ]
          }
        },
        {
          "url": "status",
          "valueCode": "active"
        }
      ],
      "url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-qualification"
    },
    {
      "url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-verification-status",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/ndh/CodeSystem/NdhVerificationStatusCS",
            "code": "complete",
            "display": "Complete"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-org-description",
      "valueString": "General Acute Care Hospital participating in Network1 and Network2"
    }
  ],
  "identifier": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-identifier-status",
          "valueCode": "active"
        }
      ],
      "system": "http://example.org/ndh-identifiers",
      "value": "OrgOneWithNetwork1AndNetwork2"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/ndh/CodeSystem/NdhOrgTypeCS",
          "code": "fac",
          "display": "Facility"
        }
      ]
    }
  ],
  "name": "OrgOneWithNetwork1AndNetwork2",
  "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/ndh/StructureDefinition/base-ext-contactpoint-availabletime"
        }
      ],
      "system": "phone",
      "value": "(123)-333-3333",
      "rank": 2
    },
    {
      "system": "url",
      "value": "https://www.org-one-with-network1-and-network2.com",
      "rank": 1
    }
  ],
  "address": [
    {
      "line": [
        "490 Main Street"
      ],
      "city": "Norwalk",
      "state": "CT",
      "postalCode": "00014-1234"
    }
  ]
}