FHIR IG analytics| Package | hl7.fhir.us.davinci-pas |
| Resource Type | Organization |
| Id | Organization-UMOExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization UMOExample
Language: en
Profile: PAS Requestor Organization
identifier: United States National Provider Identifier/8189991234
active: true
type: X3
name: DR. JOE SMITH CORPORATION
address: 111 1ST STREET SAN DIEGO CA 92101 US
{
"resourceType": "Organization",
"id": "UMOExample",
"meta": {
"profile": [
"http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-requestor"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "8189991234"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "https://codesystem.x12.org/005010/98",
"code": "X3"
}
]
}
],
"name": "DR. JOE SMITH CORPORATION",
"address": [
{
"line": [
"111 1ST STREET"
],
"city": "SAN DIEGO",
"state": "CA",
"postalCode": "92101",
"country": "US"
}
]
}