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

FHIR IG analytics

Packagefhir.astp.bhp
Resource TypePractitioner
IdPractitioner-mental-health-provider-example-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 mental-health-provider-example-1

identifier: http://ncsbn.org/identifier/example-system/5516813518

name: Lazslo Cravensworth

telecom: lazslo.cravensworth@hospital.net

address: 333 Main Street Miami FL 01002 (work)


Source1

{
  "resourceType": "Practitioner",
  "id": "mental-health-provider-example-1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|6.1.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://ncsbn.org/identifier/example-system",
      "value": "5516813518"
    }
  ],
  "name": [
    {
      "family": "Cravensworth",
      "given": [
        "Lazslo"
      ],
      "prefix": [
        "Dr"
      ]
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "lazslo.cravensworth@hospital.net",
      "use": "work"
    }
  ],
  "address": [
    {
      "use": "work",
      "line": [
        "333 Main Street"
      ],
      "city": "Miami",
      "state": "FL",
      "postalCode": "01002"
    }
  ]
}