FHIR Chat · Profile · implementers

Stream: implementers

Topic: Profile


view this post on Zulip 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

view this post on Zulip 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

view this post on Zulip Pranitha Sruthi (Aug 07 2017 at 05:43):

@Eric Haas Okay thank you

view this post on Zulip 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

view this post on Zulip 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.

view this post on Zulip 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

view this post on Zulip 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

view this post on Zulip 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.

view this post on Zulip 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.

view this post on Zulip 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.

view this post on Zulip Mounika (Aug 23 2017 at 12:36):

Okay Thank you @Michel Rutten @Jose Costa Teixeira

view this post on Zulip Haseeb (Aug 23 2017 at 13:17):

Thanks @Michel Rutten , you have been really helpful.

view this post on Zulip 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?

view this post on Zulip 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

view this post on Zulip 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

view this post on Zulip 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.

view this post on Zulip Jayashree Surnar (Aug 24 2017 at 08:30):

Thank you @Michel Rutten .

view this post on Zulip Jayashree Surnar (Sep 01 2017 at 05:23):

hello,
Getting this error while importing the ccda to forge
ccda-error.PNG

view this post on Zulip 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

view this post on Zulip 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

view this post on Zulip Grahame Grieve (Sep 11 2017 at 14:53):

sounds like you are designing an actual questionnaire, not profiling questionnaire?

view this post on Zulip Jayashree Surnar (Sep 12 2017 at 04:53):

hello @Grahame Grieve ,
may I know whats the difference? and how to implement the actual questionnaire?

view this post on Zulip 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.

view this post on Zulip Jayashree Surnar (Sep 12 2017 at 05:46):

okay. thank you very much. @Lloyd McKenzie .

view this post on Zulip Grahame Grieve (Sep 12 2017 at 13:04):

questionnaire editing is available in the current toolkit, but it's far from workable

view this post on Zulip Jayashree Surnar (Sep 12 2017 at 13:07):

ok @Grahame Grieve
Is there any alternate solution?

view this post on Zulip Grahame Grieve (Sep 12 2017 at 13:09):

not right now

view this post on Zulip Jayashree Surnar (Sep 12 2017 at 13:12):

when can we expect?

view this post on Zulip 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?

view this post on Zulip Eric Haas (Sep 14 2017 at 07:12):

this looks like clinfhir - try posting to the [clinfhir](stream:clinFHIR) stream

view this post on Zulip Mounika (Sep 14 2017 at 07:13):

No @Eric Haas I'm creating in Forge.

view this post on Zulip Eric Haas (Sep 14 2017 at 07:14):

oops sorry

view this post on Zulip Jayashree Surnar (Sep 14 2017 at 09:53):

(deleted)

view this post on Zulip 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

view this post on Zulip Jayashree Surnar (Sep 14 2017 at 10:38):

(deleted)

view this post on Zulip Jayashree Surnar (Sep 14 2017 at 10:41):

(deleted)

view this post on Zulip 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?

view this post on Zulip 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.

view this post on Zulip 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?

view this post on Zulip Jayashree Surnar (Sep 15 2017 at 05:03):

ok. @Michel Rutten .

view this post on Zulip 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.

view this post on Zulip 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.

view this post on Zulip Lloyd McKenzie (Sep 15 2017 at 14:23):

Can you be more specific about what problem you're running into?

view this post on Zulip Jayashree Surnar (Sep 18 2017 at 06:23):

Solved.
https://chat.fhir.org/user_uploads/10155/2ONVbetrwI2HIG5G4eWdmRRe/error.PNG

view this post on Zulip 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

view this post on Zulip Jayashree Surnar (Sep 18 2017 at 06:45):

dataEneterer.PNG

view this post on Zulip 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

view this post on Zulip 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