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

FHIR IG analytics

Packagefhir.nl.gf
Resource TypePractitioner
IdPractitioner-ad3-p1.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 ad3-p1

identifier: https://cp3-test.example.org/physicians/08630c28-5e2a-4b0c-b8ce-f08f533246b9, http://fhir.nl/fhir/NamingSystem/uzi/UZI-3

active: true

name: John Doe

telecom: +31301234568,

address: Smidsstraat 11 Zelhem 7021 AC


Source1

{
  "resourceType": "Practitioner",
  "id": "ad3-p1",
  "meta": {
    "profile": [
      "http://nuts-foundation.github.io/nl-generic-functions-ig/StructureDefinition/nl-gf-practitioner"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://cp3-test.example.org/physicians",
      "value": "08630c28-5e2a-4b0c-b8ce-f08f533246b9",
      "assigner": {
        "identifier": {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
                "code": "author"
              }
            ]
          },
          "system": "http://fhir.nl/fhir/NamingSystem/ura",
          "value": "33333333"
        }
      }
    },
    {
      "system": "http://fhir.nl/fhir/NamingSystem/uzi",
      "value": "UZI-3"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "Doe",
      "given": [
        "John"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+31301234568",
      "use": "work"
    },
    {
      "system": "email"
    }
  ],
  "address": [
    {
      "line": [
        "Smidsstraat 11"
      ],
      "city": "Zelhem",
      "postalCode": "7021 AC"
    }
  ]
}