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

FHIR IG analytics

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

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

name: Doc Family

telecom: ph: 999-999-9999(Work), doc.family@example.com

address: 444 Main Street Miami FL 33102 (work)


Source1

{
  "resourceType": "Practitioner",
  "id": "pcp-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": "2233551235"
    }
  ],
  "name": [
    {
      "family": "Family",
      "given": [
        "Doc"
      ],
      "prefix": [
        "Dr"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "999-999-9999",
      "use": "work"
    },
    {
      "system": "email",
      "value": "doc.family@example.com"
    }
  ],
  "address": [
    {
      "use": "work",
      "line": [
        "444 Main Street"
      ],
      "city": "Miami",
      "state": "FL",
      "postalCode": "33102"
    }
  ]
}