FHIR IG analytics| Package | example.fhir.uv.myig |
| Resource Type | Observation |
| Id | Observation-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
English
Generated Narrative: Observation example
Language: en
Profile: My Observation Profile
status: Final
subject: Jack Smith (no stated gender), DoB: 2018-09-07
code: CS1
component
code: Systolic blood pressure
value: 1 mm[Hg] (Details: UCUM codemm[Hg] = 'mm[Hg]')
component
code: Diastolic blood pressure
value: 1 mm[Hg] (Details: UCUM codemm[Hg] = 'mm[Hg]')
German
Generated Narrative: Observation example
Language: en
Profile: My Observation Profile
status: Final
subject: Jack Smith (no stated gender), DoB: 2018-09-07
code: CS1
component
code: Blutdruck systolisch
value: 1 mm[Hg] (Details: UCUM codemm[Hg] = 'mm[Hg]')
component
code: Blutdruck diastolisch
value: 1 mm[Hg] (Details: UCUM codemm[Hg] = 'mm[Hg]')
French
Narratif généré : Observation example
Langue : en
Profil: My Observation Profile
status: Final
subject: Jack Smith (sexe non précisé), Date de Naissance :2018-09-07
code: CS1
component
code: Systolic blood pressure
value: 1 mm[Hg] (Détails : code UCUMmm[Hg] = 'mm[Hg]')
component
code: Diastolic blood pressure
value: 1 mm[Hg] (Détails : code UCUMmm[Hg] = 'mm[Hg]')
{
"resourceType": "Observation",
"id": "example",
"meta": {
"profile": [
"http://somewhere.org/fhir/uv/myig/StructureDefinition/myObservation"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"subject": {
"reference": "http://somewhere.else.org/pas/server/Patient/example"
},
"code": {
"coding": [
{
"system": "http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake",
"code": "01",
"display": "CS1"
},
{
"system": "http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake",
"code": "01",
"display": "CS2"
},
{
"system": "http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake",
"code": "01",
"display": "VS1"
},
{
"system": "http://loinc.org",
"code": "85354-9"
},
{
"system": "http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake",
"code": "01",
"display": "VS2"
}
]
},
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8480-6"
}
]
},
"valueQuantity": {
"value": 1,
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8462-4"
}
]
},
"valueQuantity": {
"value": 1,
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
}
]
}