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

FHIR IG analytics

Packagehl7.fhir.uv.deqm
Resource TypePractitioner
IdPractitioner-practitioner02.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: Practitioner practitioner02

Language: en;

Information Source: http://example.org/fhir/server

Profile: QICore Practitioner

identifier: Provider number/1234567893 (use: official, period: 2005-07-16 09:00:00-0500 --> (ongoing))

active: true

name: Emile Zieme(Official)

telecom: ph: 8605555555(Work), ph: 8605555555(Work)

address: UCONN MEDICAL GROUP, FARMINGTON, CT 060300001(home)

gender: Male

birthDate: 1964-06-19


Source1

{
  "resourceType": "Practitioner",
  "id": "practitioner02",
  "meta": {
    "source": "http://example.org/fhir/server",
    "profile": [
      "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-practitioner"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "PRN",
            "display": "Provider number"
          }
        ]
      },
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "1234567893",
      "period": {
        "start": "2005-07-16T09:00:00-05:00"
      },
      "assigner": {
        "display": "www.cms.gov"
      }
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "text": "Emile Zieme",
      "family": "Zieme",
      "given": [
        "Emile"
      ],
      "suffix": [
        "M.D."
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "8605555555",
      "use": "work",
      "rank": 1
    },
    {
      "system": "phone",
      "value": "8605555555",
      "use": "work",
      "rank": 2
    }
  ],
  "address": [
    {
      "extension": [
        {
          "extension": [
            {
              "url": "latitude",
              "valueDecimal": 41.791776
            },
            {
              "url": "longitude",
              "valueDecimal": -72.718832
            }
          ],
          "url": "http://hl7.org/fhir/StructureDefinition/geolocation"
        }
      ],
      "use": "home",
      "type": "both",
      "text": "UCONN MEDICAL GROUP, FARMINGTON, CT 060300001",
      "line": [
        "UCONN MEDICAL GROUP"
      ],
      "city": "FARMINGTON",
      "state": "CT",
      "postalCode": "060300001",
      "country": "USA"
    }
  ],
  "gender": "male",
  "birthDate": "1964-06-19"
}