Stream: implementers
Topic: history and physical document
Mounika (Jul 27 2017 at 05:22):
Hi all, We are trying to capture history and physical document note of a patient,we are using composition resource for getting the history document. In composition resource we have sliced the section element.So, In section element for example we are capturing vitals of a patient. Here my doubt is.. vitals will have thousands of values. but when we refer them in a document, we cannot refer all of them. how to refer only "reviewed" vitals data only.
Lloyd McKenzie (Jul 27 2017 at 15:36):
In the entries to your document, you'll have to refer explicitly to each resource you want in the document - whether that's 5 or 5000.
Mounika (Jul 28 2017 at 04:41):
Okay @Lloyd McKenzie Thank you
Jayashree Surnar (Sep 06 2017 at 09:21):
hello everyone,
present i'm working on fhir documentation, in our use case i want to add some other entries to the History & phisical ( http://www.hl7.org/fhir/us/ccda/StructureDefinition-CCDA-on-FHIR-History-and-Physical.html) .
but i'm unable to load this profile into the forge tool so what is the best way to implement the doc any suggestions?
Mirjam Baltus (Sep 06 2017 at 12:09):
It seems your StructureDefinition is not valid, which is the reason you cannot load it in Forge. Forge will give you the validation error upon loading, complaining about the "comments" field in your elements. I have tried to change that to "comment", which eliminated that validation message, but another one appeared. Perhaps you could build the profile from scratch with Forge, so you're sure you end up with a valid StructureDefinition?
Last updated: Apr 12 2022 at 19:14 UTC