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

FHIR IG analytics

Packagehl7.fhir.uv.genomics-reporting
Resource TypePractitioner
IdPractitioner-orderingPractitioner.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 orderingPractitioner

identifier: United States National Provider Identifier/1245319599

active: true

name: Test Submitter

address: 1000 SE Submitter Ave Los Angeles CA 90027


Source1

{
  "resourceType": "Practitioner",
  "id": "orderingPractitioner",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "1245319599"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "Submitter",
      "given": [
        "Test"
      ],
      "prefix": [
        "Dr"
      ]
    }
  ],
  "address": [
    {
      "line": [
        "1000 SE Submitter Ave"
      ],
      "city": "Los Angeles",
      "state": "CA",
      "postalCode": "90027"
    }
  ]
}