FHIR IG analytics| Package | hl7.fhir.us.nhsn-dqm |
| Resource Type | Organization |
| Id | Organization-organization-example-submitting-organization.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization organization-example-submitting-organization
Profile: NHSN Submitting Organization
identifier: https://www.cdc.gov/nhsn/OrgID/ExampleNHSNSubmitterOrgID
active: true
type: Healthcare Provider
name: Example NHSN Submitter
telecom: ph: 5555555551
address:
{
"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"
}
]
}
]
}