FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.deqm
Resource TypeOrganization
IdOrganization-ad-hoc-organization.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

identifier: United States Employer Identification Number/EIN-00YYZ (use: official, )

name: Kelly Smith

telecom: ph: 555-555-1234


Generated Narrative: PractitionerRole #kelly-smith-role

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


Source1

{
  "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"
}