FHIR IG analytics| Package | hl7.fhir.uv.deqm |
| Resource Type | Organization |
| Id | Organization-ad-hoc-organization.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization ad-hoc-organization
Language: en
Profile: QICore Organization
active: false
name: Ad hoc org
Generated Narrative: Practitioner #kelly-smith-1
Profile: QICore Practitioner
identifier: United States Employer Identification Number/EIN-00YYZ (use: official, )
name: Kelly Smith
telecom: ph: 555-555-1234
Generated Narrative: PractitionerRole #kelly-smith-role
Profile: QICore PractitionerRole
identifier: United States Employer Identification Number/EIN-00YYZ (use: official, )
active: true
period: 1995-01-01 --> 2025-01-01
practitioner: Dr Kelly Smith
organization: Organization Ad hoc org
code: Caregiver (person)
specialty: Dentist
telecom: ph: 555-555-5678
{
"resourceType": "Organization",
"id": "ad-hoc-organization",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-organization"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "Practitioner",
"id": "kelly-smith-1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-practitioner"
]
},
"identifier": [
{
"use": "official",
"system": "urn:oid:2.16.840.1.113883.4.4",
"value": "EIN-00YYZ"
}
],
"name": [
{
"family": "Smith",
"given": [
"Kelly"
]
}
],
"telecom": [
{
"system": "phone",
"value": "555-555-1234"
}
]
},
{
"resourceType": "PractitionerRole",
"id": "kelly-smith-role",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-practitionerrole"
]
},
"identifier": [
{
"use": "official",
"system": "urn:oid:2.16.840.1.113883.4.4",
"value": "EIN-00YYZ"
}
],
"active": true,
"period": {
"start": "1995-01-01",
"end": "2025-01-01"
},
"practitioner": {
"reference": "#kelly-smith-1",
"display": "Dr Kelly Smith"
},
"organization": {
"reference": "#"
},
"code": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "133932002",
"display": "Caregiver (person)"
}
]
}
],
"specialty": [
{
"coding": [
{
"system": "http://nucc.org/provider-taxonomy",
"code": "122300000X",
"display": "Dentist"
}
]
}
],
"telecom": [
{
"system": "phone",
"value": "555-555-5678"
}
]
}
],
"active": false,
"name": "Ad hoc org"
}