FHIR IG analytics| Package | hl7.eu.fhir.protect-child |
| Resource Type | Observation |
| Id | Observation-PatientInstrumentalInvestigationExample1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation PatientInstrumentalInvestigationExample1
Profile: Patient Instrumental Investigation
identifier: ProtectChildInstrumentalInvestigationId/PII0001
status: Final
code: Liver doppler ultrasound
effective: 2024-03-10
value: Normal
{
"resourceType": "Observation",
"id": "PatientInstrumentalInvestigationExample1",
"meta": {
"profile": [
"https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/patient-instrumental-investigation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/instrumental-investigation-id",
"value": "PII0001"
}
],
"status": "final",
"code": {
"coding": [
{
"system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/instrumental-investigation-name-cs",
"code": "718078008",
"display": "Liver doppler ultrasound"
}
]
},
"subject": {
"reference": "Patient/ExamplePatientTransplant1"
},
"encounter": {
"reference": "Encounter/VisitExample1"
},
"effectiveDateTime": "2024-03-10",
"valueCodeableConcept": {
"coding": [
{
"system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/patient-instrumental-investigation-result-cs",
"code": "normal",
"display": "Normal"
}
]
}
}