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

FHIR IG analytics

Packageca.on.oh-olis
Resource TypePractitioner
IdPractitioner-example.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

%Some xhtml content%


Source1

{
  "resourceType": "Practitioner",
  "meta": {
    "profile": [
      "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-Practitioner|2.0.0"
    ]
  },
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-license-physician",
      "value": "10000043"
    }
  ],
  "name": [
    {
      "family": "DocLast",
      "given": [
        "Ordering DocFirst",
        "Ordering DocSecond"
      ],
      "_given": [
        null,
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode": "MID"
            }
          ]
        }
      ],
      "prefix": [
        "DR"
      ]
    }
  ]
}