Inserting multiple observation values in single resource - FHIR
问题 I have hourly information for the patients heart rate like this PID Hour HR 1 1 97 1 2 89 1 3 90 1 4 100 ..... ..... 1 100 93 for each hour data i created json like this # For Hour 1 { "resourceType": "Observation", "id": "heart-rate", "meta": { "profile": [ "http://hl7.org/fhir/StructureDefinition/vitalsigns" ] }, "status": "final", "category": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/observation-category", "code": "vital-signs", "display": "Vital Signs" } ], "text"