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

FHIR IG analytics

Packageihe.qrph.bfdr
Resource TypePractitioner
IdPractitioner-practitioner-vital-records-avery-jones.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 practitioner-vital-records-avery-jones

version: versionId: id (PrimitiveType/Practitioner.meta.versionId): element = id -> versionId=id[2]; Last updated: 2023-04-06 00:35:49+0000

Profile: Practitioner - Vital Records

identifier: NPI/112247003

name: Avery Jones

Qualifications

-Code
*Osteopath (occupation)

Source1

{
  "resourceType": "Practitioner",
  "id": "practitioner-vital-records-avery-jones",
  "meta": {
    "versionId": "2",
    "lastUpdated": "2023-04-06T00:35:49.598Z",
    "profile": [
      "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Practitioner-vr"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "112247003"
    }
  ],
  "name": [
    {
      "family": "Jones",
      "given": [
        "Avery"
      ],
      "suffix": [
        "M.D."
      ]
    }
  ],
  "qualification": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "76231001",
            "display": "Osteopath (occupation)"
          }
        ]
      }
    }
  ]
}