FHIR IG analytics| Package | hl7se.fhir.base |
| Resource Type | Practitioner |
| Id | Practitioner-PractitionerExample1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner PractitionerExample1
Profile: SE base profile for practitioner
identifier: urn:oid:1.2.752.29.4.19/SE2321000131-P000000123456
name: John Bob Goode Johansson(Official)
| Identifier | Code |
urn:oid:1.2.752.116.3.1.2/12345678 | barnmorska |
{
"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"
}
]
}
}
]
}