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

FHIR IG analytics

Packagehl7.fhir.us.physical-activity
Resource TypePractitioner
IdPractitioner-Scen2PractitionerMatthews.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 "Scen2PractitionerMatthews"

identifier: NPI/78904

active: true

name: Daniel Matthews (OFFICIAL)

Qualifications

-IdentifierCodePeriodIssuer
*http://registry.example.org/practitionerLicenseNumber/12348Trainers (SNOMED CT#228239008)2000-01-01 --> (ongoing)Organization/Scen2OrgFit4Life: Fit 4 Life "Fit 4 Life"

Source1

{
  "resourceType": "Practitioner",
  "id": "Scen2PractitionerMatthews",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "78904"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "Matthews",
      "given": [
        "Daniel"
      ]
    }
  ],
  "qualification": [
    {
      "identifier": [
        {
          "system": "http://registry.example.org/practitionerLicenseNumber",
          "value": "12348"
        }
      ],
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "228239008",
            "display": "Trainers"
          }
        ]
      },
      "period": {
        "start": "2000-01-01"
      },
      "issuer": {
        "reference": "Organization/Scen2OrgFit4Life",
        "display": "Fit 4 Life"
      }
    }
  ]
}