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

FHIR IG analytics

Packagehl7.fhir.us.mcode
Resource TypePractitioner
IdPractitioner-us-core-practitioner-jane-radiotech.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 us-core-practitioner-jane-radiotech

identifier: NPI/2345123675

name: Jane Radiologist

address: 123 Primary Drive Anytown MA 12345 US (work)

gender: Female

Qualifications

-Code
*Doctor of Medicine

Source1

{
  "resourceType": "Practitioner",
  "id": "us-core-practitioner-jane-radiotech",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "2345123675"
    }
  ],
  "name": [
    {
      "family": "Radiologist",
      "given": [
        "Jane"
      ],
      "prefix": [
        "Dr."
      ]
    }
  ],
  "address": [
    {
      "use": "work",
      "line": [
        "123 Primary Drive"
      ],
      "city": "Anytown",
      "state": "MA",
      "postalCode": "12345",
      "country": "US"
    }
  ],
  "gender": "female",
  "qualification": [
    {
      "code": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0360",
            "version": "2.7",
            "code": "MD"
          }
        ]
      }
    }
  ]
}