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

FHIR IG analytics

Packagecsiro.fhir.au.smartforms
Resource TypePractitioner
IdPractitioner-primary-peter.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 primary-peter

name: Peter Primary

address: 310 Hay St East Perth WA 6004 (work)


Source1

{
  "resourceType": "Practitioner",
  "id": "primary-peter",
  "meta": {
    "profile": [
      "https://smartforms.csiro.au/ig/StructureDefinition/SHCPractitioner"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "name": [
    {
      "family": "Primary",
      "given": [
        "Peter"
      ],
      "prefix": [
        "Dr"
      ]
    }
  ],
  "address": [
    {
      "use": "work",
      "line": [
        "310 Hay St"
      ],
      "city": "East Perth",
      "state": "WA",
      "postalCode": "6004"
    }
  ]
}