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

FHIR IG analytics

Packagehl7.fhir.uv.cardx-cied
Resource TypePractitioner
IdPractitioner-ExamplePractitioner.json
FHIR VersionR5

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 ExamplePractitioner

identifier: United States National Provider Identifier/1234567890 (use: official, )

name: Jane Smith

telecom: ph: 555-867-5309(Work)

address: 1234 Main Street Springfield IL 12345 (work)


Source1

{
  "resourceType": "Practitioner",
  "id": "ExamplePractitioner",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/cied-practioner"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "1234567890"
    }
  ],
  "name": [
    {
      "family": "Smith",
      "given": [
        "Jane"
      ],
      "prefix": [
        "Dr."
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "555-867-5309",
      "use": "work"
    }
  ],
  "address": [
    {
      "use": "work",
      "line": [
        "1234 Main Street"
      ],
      "city": "Springfield",
      "state": "IL",
      "postalCode": "12345"
    }
  ]
}