FHIR IG analytics| Package | swiss.mednet.fhir |
| Resource Type | Procedure |
| Id | Procedure-mni-procedure-example1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Procedure mni-procedure-example1
Profile: MedNet Interface (MNI) - Procedure
status: Completed
code: Excision of lesion of artery
subject: Anna Paola Muster Female, DoB: 1985-12-12 ( Medical record number: 123456)
bodySite: Peroneal artery
{
"resourceType": "Procedure",
"id": "mni-procedure-example1",
"meta": {
"profile": [
"https://mednet.swiss/fhir/StructureDefinition/mni-procedure"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "189009",
"display": "Excision of lesion of artery"
}
],
"text": "Excision of lesion of artery"
},
"subject": {
"reference": "Patient/mni-patient-example1"
},
"bodySite": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "8821006",
"display": "Peroneal artery"
}
]
}
],
"report": [
{
"reference": "DocumentReference/mni-documentReference-example3"
}
]
}