FHIR IG analytics| Package | se.electronichealth.fhir.nll.r4 |
| Resource Type | Provenance |
| Id | transaction-bundle-provenance-example-3.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Provenance",
"meta": {
"profile": [
"http://electronichealth.se/fhir/StructureDefinition/NLLProvenance"
],
"tag": [
{
"display": "Example of Provenance of a physician at a health care unit"
},
{
"display": "Example of Provenance of a physician at a health care unit"
},
{
"display": "transaction-bundle-provenance-example-3"
}
]
},
"contained": [
{
"resourceType": "Practitioner",
"id": "thePractitioner",
"meta": {
"profile": [
"http://electronichealth.se/fhir/StructureDefinition/NLLPractitioner"
]
},
"extension": [
{
"extension": [
{
"url": "workplaceName",
"valueString": "Min vardcentral"
},
{
"url": "workplaceIdentifier",
"valueString": "SE165567766992-101W"
},
{
"url": "workplaceType",
"valueCode": "HEALTHCAREUNIT"
},
{
"url": "workplaceIdType",
"valueCode": "HSA"
}
],
"url": "http://electronichealth.se/fhir/StructureDefinition/NLLWorkplaceSummary"
}
],
"name": [
{
"family": "Larsson",
"given": [
"Lars"
]
}
],
"telecom": [
{
"extension": [
{
"url": "http://electronichealth.se/fhir/StructureDefinition/NLLContactPointType",
"valueCode": "W"
},
{
"url": "http://electronichealth.se/fhir/StructureDefinition/NLLAvailableToPatient",
"valueBoolean": true
}
],
"value": "011-900000",
"rank": 1
}
],
"address": [
{
"type": "postal",
"line": [
"postGatan 133"
],
"city": "stockholm",
"postalCode": "12345"
},
{
"type": "physical",
"line": [
"fysiskaGatan 134"
],
"city": "stockholm",
"postalCode": "12345"
}
],
"qualification": [
{
"identifier": [
{
"system": "urn:oid:1.2.752.116.3.1.2",
"value": "9000027"
}
],
"code": {
"coding": [
{
"system": "urn:oid:1.2.752.116.3.1.3",
"code": "LK"
}
]
}
}
]
}
],
"agent": [
{
"type": {
"coding": [
{
"code": "enterer"
}
]
},
"who": {
"reference": "#thePractitioner"
}
},
{
"type": {
"coding": [
{
"code": "author"
}
]
},
"who": {
"reference": "#thePractitioner"
}
}
]
}