Stream: implementers
Topic: Profile
Pranitha Sruthi (Aug 02 2017 at 06:49):
Hi all, is it necessary to add id, implicit rules, language, meta, text, contained, extension and modifier extension in a profile? Thank you
Eric Haas (Aug 02 2017 at 16:15):
If creating a profile as in a StuctureDefintion resource with a differential structure not necessary unless you are constraining these elements.
See Profiling: http://build.fhir.org/profiling.html
Pranitha Sruthi (Aug 07 2017 at 05:43):
@Eric Haas Okay thank you
Haseeb (Aug 22 2017 at 16:52):
Hi all, I am hoping someone is able to help me today. I have very recently started working with FHIR Profile. I have created a couple of profiles. Now what I am trying to do is to publish those profiles in one of the open sandboxes. I have also tried to publish in Vonk. I am using Forge to Publish. However, it does not look like anything is being pushed to these sandboxes. Either I have missed the point of publishing custom profiles or I am not doing it right. In either case can someone please point me to the direction where I can test my profiles or point to me how to do it. Many Thanks
Michel Rutten (Aug 22 2017 at 16:58):
Hi @Haseeb, we've created http://www.simplifier.net specifically for the purpose of publishing and sharing profiles. You can create a user account on Simplifier for free. Then you can publish profiles from Forge to your account.
Haseeb (Aug 22 2017 at 18:25):
Hi @Michel Rutten . Thanks for a quick reaponse. I already have an account on simplifier and I am publishing my profile to it. What I am not able to do is to use that Profile i.e. I have a Profile of Patient resource. Now I want to POST a patient that conforms with the Profile that I have created. How would I go about posting a Patient in the form of json to my Patient Profile? Thanks
Mounika (Aug 23 2017 at 09:26):
Hi all, I am creating a profile using forge. How to specify the Narrative Part while creating profile. Can any one tell me what should I write in Narrtive Part. Suggest me. Thank you
Michel Rutten (Aug 23 2017 at 09:33):
Hi @Haseeb, FHIR resources can specify conformance to certain profiles by means of the .meta.profile
element. All resources inherit this element from the common abstract base type Resource
:
https://www.hl7.org/fhir/resource-definitions.html#Meta.profile
Note that this only represents a claim; a server can then verify if the instance actually conforms to the specified profile(s). If the verification fails, then the server can reject the instance and return an operation outcome.
Michel Rutten (Aug 23 2017 at 09:35):
Hi @Mounika K, see the definition of Narrative:
https://www.hl7.org/fhir/narrative.html#Narrative
You can manually author narratives, or alternatively implement logic to generate a narrative from the information in the StructureDefinition.
Jose Costa Teixeira (Aug 23 2017 at 09:35):
@Mounika K Think of the narrative as the "human-readable frontpage" of a resource. You decide whether to put it in or not.
Mounika (Aug 23 2017 at 12:36):
Okay Thank you @Michel Rutten @Jose Costa Teixeira
Haseeb (Aug 23 2017 at 13:17):
Thanks @Michel Rutten , you have been really helpful.
Lloyd McKenzie (Aug 23 2017 at 13:31):
Including narrative is certainly recommended. Essentially what would you want someone to see if they were looking to see what your profile contains?
Mounika (Aug 24 2017 at 05:33):
Thank you @Lloyd McKenzie I am creating a new profile using forge. In xml format I can't see the full mapping of a profile when compared to US core example http://www.hl7.org/fhir/us/core/StructureDefinition-us-core-smokingstatus.xml.html
Jayashree Surnar (Aug 24 2017 at 05:49):
getting the below error while trying to import the us-core patient profile in to the forge
patient-import-error.PNG
Michel Rutten (Aug 24 2017 at 07:51):
Hi @Jayashree Surnar, please try to move the profile to a clean folder and open from there. I suspect that the issue is caused by other files in the containing folder (or subfolders). We're aware of the issue and looking into it.
Jayashree Surnar (Aug 24 2017 at 08:30):
Thank you @Michel Rutten .
Jayashree Surnar (Sep 01 2017 at 05:23):
hello,
Getting this error while importing the ccda to forge
ccda-error.PNG
Jayashree Surnar (Sep 11 2017 at 08:50):
hello everyone,
i'm trying to create a profile which has the questions of type group
Example:Constitutional group which consists the items like
fever,chills,sweats,weakness etc
Eye group: recent visul problem, Discharge,blurring and many more
here i'm unable to slice the Questionnaire.item.item
questns.PNG
Jayashree Surnar (Sep 11 2017 at 08:53):
here the asnswers are y/n type.
ex: 1. do you have fever? Ans:y/n
2.is it pertinent? Ans: y/n
Grahame Grieve (Sep 11 2017 at 14:53):
sounds like you are designing an actual questionnaire, not profiling questionnaire?
Jayashree Surnar (Sep 12 2017 at 04:53):
hello @Grahame Grieve ,
may I know whats the difference? and how to implement the actual questionnaire?
Lloyd McKenzie (Sep 12 2017 at 05:41):
You don't create Questionnaires using Forge. Forge is for profiling resources. If you want a Questionnaire, then just create a Questionnaire instance. The only time you'd profile Questionnaire is if you wanted to define a set of rules that you wanted a whole bunch of Questionnaires to adhere to. E.g. "The first question in all my questionnaires shall be Patient Name" or "None of my Questionnaires will use the Attachment data type". You can create Questionnaire instances using any XML or JSON editing tool and then check them for validity using the validator. Grahame's been working on a tool for authoring Questionnaires (http://www.healthintersections.com.au/FhirServer/ - you want FHIRToolkit), but it's brand new so consider it an extreme alpha. You should also look at the Questionnaire examples in the spec.
Jayashree Surnar (Sep 12 2017 at 05:46):
okay. thank you very much. @Lloyd McKenzie .
Grahame Grieve (Sep 12 2017 at 13:04):
questionnaire editing is available in the current toolkit, but it's far from workable
Jayashree Surnar (Sep 12 2017 at 13:07):
ok @Grahame Grieve
Is there any alternate solution?
Grahame Grieve (Sep 12 2017 at 13:09):
not right now
Jayashree Surnar (Sep 12 2017 at 13:12):
when can we expect?
Mounika (Sep 14 2017 at 07:07):
Hi all, I am creating a profile using Observation resource. When I am entering Observation.category.code details. It's not showing in fixed value here [Capture2.PNG] (https://chat.fhir.org/user_uploads/10155/bYBrSO8LXLbD1wgK1Ys1q5Yx/Capture2.PNG)
So where should I add the category.code details?
Eric Haas (Sep 14 2017 at 07:12):
this looks like clinfhir - try posting to the [clinfhir](stream:clinFHIR) stream
Mounika (Sep 14 2017 at 07:13):
No @Eric Haas I'm creating in Forge.
Eric Haas (Sep 14 2017 at 07:14):
oops sorry
Jayashree Surnar (Sep 14 2017 at 09:53):
(deleted)
Jayashree Surnar (Sep 14 2017 at 09:59):
hello all,
i created the ccda-on fhir-header like the us-realm-header, but it's lookes somewhat different in it's structure?
may i know whats the wrong with my profile?
ccda-hdr-us.PNG
ccda-hdr-vm.PNG
Jayashree Surnar (Sep 14 2017 at 10:38):
(deleted)
Jayashree Surnar (Sep 14 2017 at 10:41):
(deleted)
Jayashree Surnar (Sep 14 2017 at 10:42):
by default it's getting the ElementId while creating the profile but getting error at the time of validation.
ccd-headr.PNG
error.PNG
i'm I doing anything wrong here?
Michel Rutten (Sep 14 2017 at 18:13):
Hi @Mounika K, the drop-down combobox is a shortcut for fixing the .system and/or .value child elements, as indicated by the yellow pen. So you can find the fixed values on those child elements.
Michel Rutten (Sep 14 2017 at 18:17):
@Jayashree Surnar apparently the snapshot contains some duplicate element ids. Maybe you found a bug in the snapshot generator? I'd have to check the profile to see what happened. Can you share the profile?
Jayashree Surnar (Sep 15 2017 at 05:03):
ok. @Michel Rutten .
Jayashree Surnar (Sep 15 2017 at 06:33):
hi,
getting this error while slicing the section elementslice-error.PNG
we can slice an element any no of times right.
Jayashree Surnar (Sep 15 2017 at 06:51):
hello,
I created the profile CCDA-on-FHIR-Header like the CCDA-on -FHIR -reaml-header and now trying to create a profile for CCDA-on-Fhir-History-and-Physical using the header profile which i was created.
but the structure seems somewhat diff.what to do to get the same structure in the header also.
please chek the extensions part)
header.PNG HandP.PNG
Thanks in advance.
Lloyd McKenzie (Sep 15 2017 at 14:23):
Can you be more specific about what problem you're running into?
Jayashree Surnar (Sep 18 2017 at 06:23):
Solved.
https://chat.fhir.org/user_uploads/10155/2ONVbetrwI2HIG5G4eWdmRRe/error.PNG
Jayashree Surnar (Sep 18 2017 at 06:42):
@Lloyd McKenzie Can you be more specific about what problem you're running into?
I have added an extension data_enterer to the CCDA-on-FHIR-Header and i created the History-and-Physical profile based on that header on forge tool. but the structure seems slightly different(extension's Structure).
not displaying id and value for data_eneterer extension in the Header but displaying in the History-and-Physical profile.
data-eneterer.PNG
Jayashree Surnar (Sep 18 2017 at 06:45):
Mounika (Sep 19 2017 at 09:59):
Hello all, I had created a profile for Diet using Observation resource. When I am validating that profile, got successful validation. But it's showing some warnings below.
Capture3.PNG
Mounika (Sep 19 2017 at 10:14):
I want to know where should we put the code in "Observation.code" or "Observation.code.coding" or in the " Fixed value "? Please anyone clarify me.Capture4.PNG
Last updated: Apr 12 2022 at 19:14 UTC