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

FHIR IG analytics

Packagehl7.fhir.us.specialty-rx
Resource TypePractitioner
IdPractitioner-specialty-rx-practitioner-1.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

Resource Practitioner "specialty-rx-practitioner-1"

Profile: Specialty Prescription Practitioner

identifier: id: 9941339108

name: Jane Smith

telecom: ph: 555-555-5555(HOME), fax: 555-555-1234(HOME), jane.smith@example.org

address: 101 Oak Lane Minnetonka MN 55345 (HOME)


Source1

{
  "resourceType": "Practitioner",
  "id": "specialty-rx-practitioner-1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-practitioner"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "9941339108"
    }
  ],
  "name": [
    {
      "family": "Smith",
      "given": [
        "Jane"
      ],
      "prefix": [
        "Dr"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "555-555-5555",
      "use": "home"
    },
    {
      "system": "fax",
      "value": "555-555-1234",
      "use": "home"
    },
    {
      "system": "email",
      "value": "jane.smith@example.org",
      "use": "work"
    }
  ],
  "address": [
    {
      "use": "home",
      "line": [
        "101 Oak Lane"
      ],
      "city": "Minnetonka",
      "state": "MN",
      "postalCode": "55345"
    }
  ]
}