Skip to content

Commit

Permalink
vital-signs profile #7
Browse files Browse the repository at this point in the history
  • Loading branch information
Saß, Julian committed Oct 11, 2020
1 parent 5a4a146 commit 0af9350
Show file tree
Hide file tree
Showing 16 changed files with 1,337 additions and 0 deletions.
45 changes: 45 additions & 0 deletions beispiele/Example-observation-atemfrequenz.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"resourceType": "Observation",
"id": "Example-atemfrequenz",
"meta": {
"profile": [
"http://fhir.de/StructureDefinition/atemfrequenz"
]
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "9279-1",
"display": "Respiratory rate"
},
{
"system": "http://snomed.info/sct",
"code": "86290005",
"display": "Respiratory rate (observable entity)"
}
],
"text": "Atemfrequenz"
},
"subject": {
"reference": "Patient/example"
},
"effectiveDateTime": "2020-10-11",
"valueQuantity": {
"value": 24,
"unit": "per minute",
"system": "http://unitsofmeasure.org",
"code": "/min"
}
}
87 changes: 87 additions & 0 deletions beispiele/Example-observation-blutdruck.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
{
"resourceType": "Observation",
"id": "Example-blutdruck",
"meta": {
"profile": [
"http://fhir.de/StructureDefinition/blutdruck"
]
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "85354-9",
"display": "Blood pressure panel with all children optional"
},
{
"system": "http://snomed.info/sct",
"code": "75367002",
"display": "Blood pressure"
}
],
"text": "Blutdruck"
},
"subject": {
"reference": "Patient/example"
},
"effectiveDateTime": "2020-10-11",
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8480-6",
"display": "Systolic blood pressure"
},
{
"system": "http://snomed.info/sct",
"code": "271649006",
"display": "Systolic blood pressure"
}
],
"text": "Systolischer Blutdruck"
},
"valueQuantity": {
"value": 120,
"unit": "mmHg",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8462-4",
"display": "Diastolic blood pressure"
},
{
"system": "http://snomed.info/sct",
"code": "271650006",
"display": "Diastolic blood pressure"
}
],
"text": "Diastolischer Blutdruck"
},
"valueQuantity": {
"value": 80,
"unit": "mmHg",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
}
]
}
45 changes: 45 additions & 0 deletions beispiele/Example-observation-herzfrequenz.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"resourceType": "Observation",
"id": "Example-herzfrequenz",
"meta": {
"profile": [
"http://fhir.de/StructureDefinition/herzfrequenz"
]
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8867-4",
"display": "Heart rate"
},
{
"system": "http://snomed.info/sct",
"code": "364075005",
"display": "Heart rate (observable entity)"
}
],
"text": "Herzfrequenz"
},
"subject": {
"reference": "Patient/example"
},
"effectiveDateTime": "2020-10-11",
"valueQuantity": {
"value": 63,
"unit": "per minute",
"system": "http://unitsofmeasure.org",
"code": "/min"
}
}
45 changes: 45 additions & 0 deletions beispiele/Example-observation-koerpergewicht.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"resourceType": "Observation",
"id": "Example-koerpergewicht",
"meta": {
"profile": [
"http://fhir.de/StructureDefinition/koerpergewicht"
]
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "29463-7",
"display": "Body weight"
},
{
"system": "http://snomed.info/sct",
"code": "27113001",
"display": "Body weight"
}
],
"text": "Körpergewicht"
},
"subject": {
"reference": "Patient/example"
},
"effectiveDateTime": "2020-10-11",
"valueQuantity": {
"value": 79,
"unit": "kilogram",
"system": "http://unitsofmeasure.org",
"code": "kg"
}
}
45 changes: 45 additions & 0 deletions beispiele/Example-observation-koerpergroesse.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"resourceType": "Observation",
"id": "Example-koerpergroesse",
"meta": {
"profile": [
"http://fhir.de/StructureDefinition/koerpergroesse"
]
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8302-2",
"display": "Body height"
},
{
"system": "http://snomed.info/sct",
"code": "50373000",
"display": "Body height measure"
}
],
"text": "Körpergröße"
},
"subject": {
"reference": "Patient/example"
},
"effectiveDateTime": "2020-10-11",
"valueQuantity": {
"value": 174,
"unit": "centimeter",
"system": "http://unitsofmeasure.org",
"code": "cm"
}
}
45 changes: 45 additions & 0 deletions beispiele/Example-observation-koerpertemperatur.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"resourceType": "Observation",
"id": "Example-koerpertemperatur",
"meta": {
"profile": [
"http://fhir.de/StructureDefinition/koerpertemperatur"
]
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8310-5",
"display": "Body temperature"
},
{
"system": "http://snomed.info/sct",
"code": "386725007",
"display": "Body temperature (observable entity)"
}
],
"text": "Körpertemperatur"
},
"subject": {
"reference": "Patient/example"
},
"effectiveDateTime": "2020-10-11",
"valueQuantity": {
"value": 36.8,
"unit": "°C",
"system": "http://unitsofmeasure.org",
"code": "Cel"
}
}
Loading

0 comments on commit 0af9350

Please sign in to comment.