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

FHIR IG analytics

Packagehl7.fhir.us.davinci-crd
Resource TypePractitioner
IdPractitioner-full.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 full

Language: en

identifier: http://example.org/some-code-system/9941339108, United States National Provider Identifier/1234567893, United States Employer Identification Number/123456789

name: Bone

telecom: ph: 1-234-567-8900, bones@example.org

address:

  • Suite 100 101 Some Street Las Vegas CA 99999 U.S.A.
  • Care of Docs R Us 123 Another Street Vancouver BC V1A 2B3

qualification

code: Cardiologist

qualification

code: Surgeon


Source1

{
  "resourceType": "Practitioner",
  "id": "full",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/some-code-system",
      "value": "9941339108"
    },
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "1234567893"
    },
    {
      "system": "urn:oid:2.16.840.1.113883.4.4",
      "value": "123456789"
    }
  ],
  "name": [
    {
      "family": "Bone"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "1-234-567-8900"
    },
    {
      "system": "email",
      "value": "bones@example.org"
    }
  ],
  "address": [
    {
      "line": [
        "Suite 100",
        "101 Some Street"
      ],
      "city": "Las Vegas",
      "state": "CA",
      "postalCode": "99999",
      "country": "U.S.A."
    },
    {
      "line": [
        "Care of Docs R Us",
        "123 Another Street"
      ],
      "city": "Vancouver",
      "state": "BC",
      "postalCode": "V1A 2B3"
    }
  ],
  "qualification": [
    {
      "code": {
        "text": "Cardiologist"
      }
    },
    {
      "code": {
        "text": "Surgeon"
      }
    }
  ]
}