FHIR IG analytics| Package | hl7.fhir.us.davinci-pct |
| Resource Type | Organization |
| Id | Organization-Submitter-Org-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization Submitter-Org-1
Profile: PCT Organization
identifier: Electronic Transmitter Identification Number/ETIN-10010301
active: true
type: Non-Healthcare Business or Corporation
name: GFE Service Help INC.
contact
purpose: GFE-related
name: Clara Sender
telecom: ph: 781-632-3209(Work), csender@GFEServiceHelp.com
{
"resourceType": "Organization",
"id": "Submitter-Org-1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/davinci-pct/StructureDefinition/davinci-pct-organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "ETIN"
}
]
},
"value": "ETIN-10010301"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "bus"
}
]
}
],
"name": "GFE Service Help INC.",
"contact": [
{
"purpose": {
"coding": [
{
"system": "http://hl7.org/fhir/us/davinci-pct/CodeSystem/PCTOrgContactPurposeType",
"code": "GFERELATED"
}
]
},
"name": {
"text": "Clara Sender"
},
"telecom": [
{
"system": "phone",
"value": "781-632-3209",
"use": "work"
},
{
"system": "email",
"value": "csender@GFEServiceHelp.com",
"use": "work"
}
]
}
]
}