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

FHIR IG analytics

Packagehl7.fhir.us.nhsn-dqm
Resource TypeOrganization
IdOrganization-organization-example-submitting-organization.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 organization-example-submitting-organization

identifier: https://www.cdc.gov/nhsn/OrgID/ExampleNHSNSubmitterOrgID

active: true

type: Healthcare Provider

name: Example NHSN Submitter

telecom: ph: 5555555551

address:


Source1

{
  "resourceType": "Organization",
  "id": "organization-example-submitting-organization",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/nhsn-dqm/StructureDefinition/nhsn-submitting-organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://www.cdc.gov/nhsn/OrgID",
      "value": "ExampleNHSNSubmitterOrgID"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "prov",
          "display": "Healthcare Provider"
        }
      ]
    }
  ],
  "name": "Example NHSN Submitter",
  "telecom": [
    {
      "system": "phone",
      "value": "5555555551",
      "rank": 1
    }
  ],
  "address": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
          "valueCode": "unknown"
        }
      ]
    }
  ]
}