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

FHIR IG analytics

Packagehl7se.fhir.base
Resource TypePractitioner
IdPractitioner-PractitionerExample1.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 PractitionerExample1

identifier: urn:oid:1.2.752.29.4.19/SE2321000131-P000000123456

name: John Bob Goode Johansson(Official)

Qualifications

-IdentifierCode
*urn:oid:1.2.752.116.3.1.2/12345678barnmorska

Source1

{
  "resourceType": "Practitioner",
  "id": "PractitionerExample1",
  "meta": {
    "profile": [
      "http://hl7.se/fhir/ig/base/StructureDefinition/SEBasePractitioner"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:1.2.752.29.4.19",
      "value": "SE2321000131-P000000123456"
    }
  ],
  "name": [
    {
      "extension": [
        {
          "url": "http://hl7.se/fhir/ig/base/StructureDefinition/SEBaseMiddleNameExtension",
          "valueString": "Johansson"
        },
        {
          "url": "http://hl7.se/fhir/ig/base/StructureDefinition/SEBaseOwnFamilyExtension",
          "valueString": "Goode"
        }
      ],
      "use": "official",
      "text": "John Bob Goode Johansson",
      "family": "Goode Johansson",
      "given": [
        "John",
        "Bob"
      ],
      "_given": [
        null,
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode": "CL"
            }
          ]
        }
      ]
    }
  ],
  "qualification": [
    {
      "identifier": [
        {
          "system": "urn:oid:1.2.752.116.3.1.2",
          "value": "12345678"
        }
      ],
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "version": "http://snomed.info/sct/45991000052106",
            "code": "309453006",
            "display": "barnmorska"
          }
        ]
      }
    }
  ]
}