FHIR IG analytics| Package | hl7.fhir.us.spl |
| Resource Type | Organization |
| Id | Organization-SampleIdentifiedGDUFARegistrant.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization SampleIdentifiedGDUFARegistrant
Profile: IdentifiedGDUFARegistrant
identifier: Data Universal Numbering System (DUNS) Number/111111111
type: An organization that registers generic druge use facility organizations.
name: REGISTRANT SERVICES INC
{
"resourceType": "Organization",
"id": "SampleIdentifiedGDUFARegistrant",
"meta": {
"profile": [
"http://hl7.org/fhir/us/spl/StructureDefinition/IdentifiedGDUFARegistrant"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://terminology.hl7.org/NamingSystem/DUNSNumber",
"value": "111111111"
}
],
"type": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/spl/CodeSystem/codesystem-organizationTypes",
"code": "GDUFARegistrant"
}
]
}
],
"name": "REGISTRANT SERVICES INC"
}