FHIR IG analytics| Package | swiss.mednet.fhir |
| Resource Type | Observation |
| Id | Observation-mni-obs-riskFactor-example1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation mni-obs-riskFactor-example1
Profile: MedNet Interface (MNI) - Risk Factor
status: Final
category: Social History
code: Risk Factor
subject: Anna Paola Muster Female, DoB: 1985-12-12 ( Medical record number: 123456)
value: Smoker
{
"resourceType": "Observation",
"id": "mni-obs-riskFactor-example1",
"meta": {
"profile": [
"https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "social-history",
"display": "Social History"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "80943009",
"display": "Risk Factor"
}
]
},
"subject": {
"reference": "Patient/mni-patient-example1"
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "77176002",
"display": "Smoker"
}
],
"text": "Smoker"
}
}