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

FHIR IG analytics

Packagehl7.fhir.us.birthdefectreporting
Resource TypePractitioner
IdPractitioner-practitioner-joe-smith.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-joe-smith

identifier: United States National Provider Identifier/223347044

name: Smith Joe

address: 142 Oak Steet Ann Arbor MI 48105 US

Qualifications

-Code
*Physician (occupation)

Source1

{
  "resourceType": "Practitioner",
  "id": "practitioner-joe-smith",
  "meta": {
    "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": "223347044"
    }
  ],
  "name": [
    {
      "family": "Joe",
      "given": [
        "Smith"
      ]
    }
  ],
  "address": [
    {
      "line": [
        "142 Oak Steet"
      ],
      "city": "Ann Arbor",
      "state": "MI",
      "postalCode": "48105",
      "country": "US"
    }
  ],
  "qualification": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "309343006",
            "display": "Physician (occupation)"
          }
        ]
      }
    }
  ]
}