FHIR IG analytics| Package | fhir.argonaut.pd |
| Resource Type | Endpoint |
| Id | Endpoint-example-endpoint-1.json |
| FHIR Version | R3 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative with Details
id: example-endpoint-1
meta:
status: active
connectionType: Direct Project (Details: http://hl7.org/fhir/STU3/endpoint-connection-type code direct-project = 'Direct Project', stated as 'null')
name: Dr. Ronald Bone Direct Address
managingOrganization: Generated Summary: id: example-organization-1; 1144221847, 2523423456; active; Healthcare Provider; name: Acme Hospital; ph: (+1) 734-677-7777, hq@acme.org
payloadType: urn:hl7-org:sdwg:ccda-structuredBody:1.1 (Details : {urn:oid:1.3.6.1.4.1.19376.1.2.3 code 'urn:hl7-org:sdwg:ccda-structuredBody:1.1' = 'urn:hl7-org:sdwg:ccda-structuredBody:1.1)
payloadMimeType: text/xml
{
"resourceType": "Endpoint",
"id": "example-endpoint-1",
"meta": {
"profile": [
"http://fhir.org/guides/argonaut-pd/StructureDefinition/argo-endpoint"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"connectionType": {
"system": "http://hl7.org/fhir/STU3/endpoint-connection-type",
"code": "direct-project"
},
"name": "Dr. Ronald Bone Direct Address",
"managingOrganization": {
"reference": "Organization/example-organization-1"
},
"payloadType": [
{
"coding": [
{
"system": "urn:oid:1.3.6.1.4.1.19376.1.2.3",
"code": "urn:hl7-org:sdwg:ccda-structuredBody:1.1"
}
]
}
],
"payloadMimeType": [
"text/xml"
],
"address": "mailto:Interoperability@DirectAddress.com"
}